mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Add install command
This commit is contained in:
parent
43adfc8e61
commit
723be8b366
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue