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
|
|
|
|
|
|
|
|
2017-05-13 14:52:56 +00:00
|
|
|
set( XSL_SCRIPTS_LIST
|
|
|
|
xsl_scripts/bom2csv.xsl
|
|
|
|
xsl_scripts/bom2grouped_csv.xsl
|
|
|
|
xsl_scripts/netlist_form_cadstar-RINF.xsl
|
|
|
|
xsl_scripts/netlist_form_cadstar.xsl
|
|
|
|
xsl_scripts/netlist_form_OrcadPcb2.xsl
|
2018-03-25 23:51:16 +00:00
|
|
|
xsl_scripts/netlist_form_pads-pcb.asc.xsl
|
2017-05-13 14:52:56 +00:00
|
|
|
xsl_scripts/bom_with_title_block_2_csv.xsl
|
2013-04-17 14:57:47 +00:00
|
|
|
)
|
|
|
|
|
2017-05-13 14:52:56 +00:00
|
|
|
set( PYTHON_SCRIPTS_LIST
|
|
|
|
python_scripts/README-bom.txt
|
2021-12-13 05:50:56 +00:00
|
|
|
python_scripts/kicad_utils.py
|
2017-05-13 14:52:56 +00:00
|
|
|
python_scripts/kicad_netlist_reader.py
|
|
|
|
python_scripts/bom_csv_grouped_by_value.py
|
|
|
|
python_scripts/bom_csv_grouped_by_value_with_fp.py
|
|
|
|
python_scripts/bom_csv_sorted_by_ref.py
|
|
|
|
python_scripts/bom_html_grouped_by_value.py
|
|
|
|
python_scripts/bom_html_with_advanced_grouping.py
|
2021-03-07 19:57:09 +00:00
|
|
|
python_scripts/bom_txt_sorted_by_ref.py
|
2017-05-13 14:52:56 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
install( FILES ${XSL_SCRIPTS_LIST} ${PYTHON_SCRIPTS_LIST}
|
2013-04-17 14:57:47 +00:00
|
|
|
DESTINATION ${KICAD_PLUGINS}
|
|
|
|
COMPONENT binary
|
|
|
|
)
|