diff options
author | Michele Calgaro <[email protected]> | 2024-08-09 10:27:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-11 08:38:54 +0900 |
commit | c5271c67110f7f37005e585f56bf061a236acb18 (patch) | |
tree | 5982ba9b1022877181f9ae9ee5d5f9a0e439b7aa /templates | |
parent | 9e9d5b5460266dca6e868298aa4ce0dfd8c062f9 (diff) | |
download | kmyfirewall-c5271c67110f7f37005e585f56bf061a236acb18.tar.gz kmyfirewall-c5271c67110f7f37005e585f56bf061a236acb18.zip |
CMake conversion
Signed-off-by: Michele Calgaro <[email protected]>
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 +) |