1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-08 16:46:06 +02:00

Install config file

This commit is contained in:
Dmitry Marakasov 2015-06-02 23:26:04 +03:00
parent 6480af14fd
commit fbc54a93d6

View File

@ -217,6 +217,8 @@ endif()
install(TARGETS fastnetmon DESTINATION bin)
install(TARGETS fastnetmon_client DESTINATION bin)
install(FILES fastnetmon.conf DESTINATION etc)
# Configure cpack package builder
# Run it with: cd build; cpack -G DEB ..
set(CPACK_PACKAGE_NAME "fastnetmon")