7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 08:45:30 +00:00
kicad/template/CMakeLists.txt
Wayne Stambaugh aa18aa13b9 Remove worksheet templates.
There is no reason two have these in two places.  They are now
maintained in the KiCad template repository at:

https://github.com/KiCad/kicad-templates
2018-01-27 10:19:29 -05:00

7 lines
94 B
CMake

install( FILES
kicad.pro
DESTINATION ${KICAD_TEMPLATE}
COMPONENT resources
)