diff options
Diffstat (limited to 'src/customdhcpcd')
| -rw-r--r-- | src/customdhcpcd/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/customdhcpcd/CMakeLists.txt b/src/customdhcpcd/CMakeLists.txt index f257ab2..48faeda 100644 --- a/src/customdhcpcd/CMakeLists.txt +++ b/src/customdhcpcd/CMakeLists.txt @@ -8,3 +8,6 @@ target_link_libraries(customdhcpcd rt) add_executable(cdhcpcd dhcpcd.c) set_target_properties(cdhcpcd PROPERTIES LINKER_LANGUAGE C) target_link_libraries(cdhcpcd customdhcpcd) + +install(TARGETS cdhcpcd RUNTIME DESTINATION bin) +install(TARGETS customdhcpcd LIBRARY DESTINATION lib) |
