2022-06-30 01:11:27 +00:00
|
|
|
# EESCHEMA's netlist and bom sample scripts
|
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
|
|
|
)
|
|
|
|
|
2022-06-30 01:11:27 +00:00
|
|
|
install( FILES ${PYTHON_SCRIPTS_LIST}
|
2013-04-17 14:57:47 +00:00
|
|
|
DESTINATION ${KICAD_PLUGINS}
|
|
|
|
COMPONENT binary
|
|
|
|
)
|