summaryrefslogtreecommitdiffstats
path: root/src/customdhcpcd
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-12-05 15:11:07 +0100
committerSebastian Schmelzer2011-12-05 15:11:07 +0100
commitc9259a2b588e7472b0a131237b39fc99e395e820 (patch)
treeed5b236c0e4f6f6d3cc375996e9ad4cb86aa004e /src/customdhcpcd
parentfinaly clean cmake files (diff)
downloadfbgui-c9259a2b588e7472b0a131237b39fc99e395e820.tar.gz
fbgui-c9259a2b588e7472b0a131237b39fc99e395e820.tar.xz
fbgui-c9259a2b588e7472b0a131237b39fc99e395e820.zip
add cpack stuff
Diffstat (limited to 'src/customdhcpcd')
-rw-r--r--src/customdhcpcd/CMakeLists.txt3
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)