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)