Skip to content

Commit

Permalink
fix template files installation
Browse files Browse the repository at this point in the history
  • Loading branch information
liftoff-sr committed Oct 18, 2013
1 parent 5c4a3a0 commit a44e2c8
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions template/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
install(FILES kicad.pro fp_lib_table fp_lib_table.csv fp_lib_table.for-github
gost_landscape.kicad_wks gost_portrait.kicad_wks pagelayout_default.kicad_wks pagelayout_logo.kicad_wks
DESTINATION ${KICAD_TEMPLATE}
COMPONENT resources)
install( FILES
kicad.pro
fp-lib-table
fp-lib-table.csv
fp-lib-table.for-github
gost_landscape.kicad_wks
gost_portrait.kicad_wks
pagelayout_default.kicad_wks
pagelayout_logo.kicad_wks

DESTINATION ${KICAD_TEMPLATE}
COMPONENT resources
)

0 comments on commit a44e2c8

Please sign in to comment.