1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-01 07:14:22 +00:00

Add install command

This commit is contained in:
David Peter 2017-05-10 09:59:02 +02:00
parent 43adfc8e61
commit 723be8b366

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)