diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/CMakeLists.txt b/templates/CMakeLists.txt new file mode 100644 index 0000000..8f225f6 --- /dev/null +++ b/templates/CMakeLists.txt @@ -0,0 +1,7 @@ +install( + FILES + 02_workstation_template.tkmfgrs 02_workstation_template.tkmfrs + 03_nat_router_template.tkmfgrs 03_nat_router_template.tkmfrs + 04_web_server_template.tkmfgrs 04_web_server_template.tkmfrs + DESTINATION ${DATA_INSTALL_DIR}/kmyfirewall/templates +) |