kicad-source/demos/CMakeLists.txt
jean-pierre charras 9da39717ae Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class.
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.
2015-04-27 20:02:27 +02:00

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
)