Add install command

This commit is contained in:
David Peter 2017-05-10 09:59:02 +02:00
parent 43adfc8e61
commit 723be8b366
1 changed files with 2 additions and 0 deletions

View File

@ -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)