diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-09 10:27:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-11 08:41:51 +0900 |
| commit | ec3aadb3632f0951192973daa4e6380f0451a9de (patch) | |
| tree | d29064137559d4a3f115441585ba2a48b4253110 /templates | |
| parent | b531e449a935232235bfdf1c01e799ab40afaae0 (diff) | |
| download | kmyfirewall-ec3aadb3.tar.gz kmyfirewall-ec3aadb3.zip | |
CMake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c5271c67110f7f37005e585f56bf061a236acb18)
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 +) |
