2013-04-17 14:57:47 +00:00
|
|
|
# Install the *.xsl file(s), user will need to install 'xsltproc' and setup
|
|
|
|
# EESCHEMA's netlist plugins
|
|
|
|
# See chapter 14 of eeschema.pdf
|
2007-11-08 07:17:37 +00:00
|
|
|
|
|
|
|
|
2013-04-17 14:57:47 +00:00
|
|
|
set( xsl_lst
|
|
|
|
bom2csv.xsl
|
|
|
|
bom_cvs.xsl
|
|
|
|
netlist_form_cadstar-RINF.xsl
|
|
|
|
netlist_form_cadstar.xsl
|
|
|
|
netlist_form_OrcadPcb2.xsl
|
|
|
|
netlist_form_pads-pcb.xsl
|
2015-02-28 14:16:41 +00:00
|
|
|
bom_with_title_block_2_csv.xsl
|
2013-04-17 14:57:47 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
install( FILES ${xsl_lst}
|
|
|
|
DESTINATION ${KICAD_PLUGINS}
|
|
|
|
COMPONENT binary
|
|
|
|
)
|