aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-04-04 19:28:05 +0200
committerAdrian Kummerlaender2016-04-04 19:28:05 +0200
commitc50a0b178178b49c31d9bd0ea808c90806eeb110 (patch)
treefd67a960f6b1f0bc7337e1134856e023dd3470ab
parent5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171 (diff)
downloadjustify-c50a0b178178b49c31d9bd0ea808c90806eeb110.tar
justify-c50a0b178178b49c31d9bd0ea808c90806eeb110.tar.gz
justify-c50a0b178178b49c31d9bd0ea808c90806eeb110.tar.bz2
justify-c50a0b178178b49c31d9bd0ea808c90806eeb110.tar.lz
justify-c50a0b178178b49c31d9bd0ea808c90806eeb110.tar.xz
justify-c50a0b178178b49c31d9bd0ea808c90806eeb110.tar.zst
justify-c50a0b178178b49c31d9bd0ea808c90806eeb110.zip
Add installation target
-rw-r--r--CMakeLists.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a7b6a4..ce0a332 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,6 +12,13 @@ include_directories(
add_executable(
justify
- justify.cc
- src/line_accumulator.cc
+ justify.cc
+ src/line_accumulator.cc
+)
+
+install(
+ TARGETS
+ justify
+ DESTINATION
+ bin
)