diff options
| author | Sebastian Schmelzer | 2011-12-05 15:11:07 +0100 |
|---|---|---|
| committer | Sebastian Schmelzer | 2011-12-05 15:11:07 +0100 |
| commit | c9259a2b588e7472b0a131237b39fc99e395e820 (patch) | |
| tree | ed5b236c0e4f6f6d3cc375996e9ad4cb86aa004e /src/customdhcpcd | |
| parent | finaly clean cmake files (diff) | |
| download | fbgui-c9259a2b588e7472b0a131237b39fc99e395e820.tar.gz fbgui-c9259a2b588e7472b0a131237b39fc99e395e820.tar.xz fbgui-c9259a2b588e7472b0a131237b39fc99e395e820.zip | |
add cpack stuff
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) |
