summaryrefslogtreecommitdiff
path: root/template/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'template/CMakeLists.txt')
-rw-r--r--template/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/CMakeLists.txt b/template/CMakeLists.txt
new file mode 100644
index 0000000..a804e9e
--- /dev/null
+++ b/template/CMakeLists.txt
@@ -0,0 +1,10 @@
+install( FILES
+ kicad.pro
+ gost_landscape.kicad_wks
+ gost_portrait.kicad_wks
+ pagelayout_default.kicad_wks
+ pagelayout_logo.kicad_wks
+
+ DESTINATION ${KICAD_TEMPLATE}
+ COMPONENT resources
+ )