mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Important note: from a python script one cannot plot the palge layout, because the page layout template file is not stored in the board file, but it is part of the project. Because when using a python script, the project is not loaded, the page layout template is not known. Trying to plot it crashes the script.
16 lines
324 B
CMake
16 lines
324 B
CMake
install( DIRECTORY
|
|
complex_hierarchy
|
|
ecc83 electric
|
|
flat_hierarchy
|
|
interf_u
|
|
kit-dev-coldfire-xilinx_5213
|
|
microwave
|
|
pic_programmer pspice
|
|
python_scripts_examples
|
|
"sonde xilinx"
|
|
test_pads_inside_pads
|
|
test_xil_95108 video
|
|
DESTINATION ${KICAD_DEMOS}
|
|
COMPONENT resources
|
|
)
|