Add stub files for networks list and whitelist and install they with CMAKE

This commit is contained in:
Pavel Odintsov 2015-06-04 11:15:32 +03:00
parent 4a22d65930
commit 1ebf49bc38
3 changed files with 4 additions and 0 deletions

View File

@ -226,6 +226,10 @@ install(TARGETS fastnetmon_client DESTINATION bin)
install(FILES fastnetmon.conf DESTINATION etc)
# Install blank files for networks list and whitelist
install(FILES networks_list DESTINATION etc)
install(FILES networks_whitelist DESTINATION etc)
# Configure cpack package builder
# Run it with: cd build; cpack -G DEB ..
set(CPACK_PACKAGE_NAME "fastnetmon")

0
src/networks_list Normal file
View File

0
src/networks_whitelist Normal file
View File