added install target to CMake
This commit is contained in:
parent
7d52ae6665
commit
d310c9a4b7
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ target_include_directories(netem PUBLIC "/usr/include/libnl3")
|
|||
|
||||
add_library(mark mark.c)
|
||||
|
||||
install(TARGETS netem mark
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib/static)
|
||||
|
||||
set(CPACK_PACKAGE_NAME "netem")
|
||||
set(CPACK_PACKAGE_CONTACT "Steffen Vogel <post@steffenvogel.de>")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "netem measures and emulates network delay distributions using the NetEm queuing discipline")
|
||||
|
|
Loading…
Add table
Reference in a new issue