From 723be8b3663045baa8e20f4a9f6c20f5568a9668 Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 10 May 2017 09:59:02 +0200 Subject: [PATCH] Add install command --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9b4ccb..39fd71c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,3 +14,5 @@ add_executable(fnd ${SOURCES}) target_compile_features(fnd PRIVATE cxx_range_for) target_link_libraries(fnd ${Boost_LIBRARIES}) + +install(TARGETS fnd DESTINATION bin)