Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from KiCad/dev/reorganization
Browse files Browse the repository at this point in the history
Reorganize repo into two subfolders
  • Loading branch information
poeschlr authored Aug 27, 2019
2 parents e17b90f + 0dca248 commit c5cb0a9
Show file tree
Hide file tree
Showing 213 changed files with 9 additions and 30 deletions.
3 changes: 0 additions & 3 deletions BeagleBone-Black-Cape/pwr_BeagleBone.bck

This file was deleted.

31 changes: 6 additions & 25 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,35 +38,16 @@ add_custom_target( uninstall
# Installed files.
#================================================

# Update this "template_lst" when you add or remove a project template
#
# Please keep them in alpahbetical order to make maintaining the list easier.
set( template_lst
Arduino_Fio
Arduino_Mega_R3
Arduino_Micro
Arduino_Mini
Arduino_Nano
Arduino_Pro_Mini
Arduino_Uno_R3
BeagleBone-Black-Cape
EuroCard160mmX100mm
EuroCard160mmX100mm_holes
Hammond_1593K_Enclosure
minnowboard-ls-lure
raspberrypi_hat
raspberrypi-gpio
raspberrypi-gpio-40pin
stm32f100-discovery-shield
ti-stellaris-boosterpack40_min
)
# Select project template directories
file (GLOB PROJECT_DIRS "Projects/*")

foreach( tpl ${template_lst} )
# Copy them to destination
foreach( tpl ${PROJECT_DIRS} )
install( DIRECTORY ${tpl} DESTINATION ${KICAD_TEMPLATE} COMPONENT resources )
endforeach()

# The supplied worksheet templates.
file( GLOB kicad_wks_files "*.kicad_wks" )
# The supplied worksheet templates
file( GLOB_RECURSE kicad_wks_files "Worksheets/*.kicad_wks" )

install( FILES ${kicad_wks_files}
DESTINATION ${KICAD_TEMPLATE}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# templates
KiCad project templates
# KiCad Templates

This repository contains the official KiCad project and worksheet templates.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c5cb0a9

Please sign in to comment.