From c50a0b178178b49c31d9bd0ea808c90806eeb110 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 4 Apr 2016 19:28:05 +0200 Subject: Add installation target --- CMakeLists.txt | 11 +++++++++-- 1 file 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 ) -- cgit v1.2.3