Move python_scripts up one folder in eeschema
This commit is contained in:
parent
ab8bcf537e
commit
d3e5517bfb
|
@ -684,4 +684,4 @@ make_lexer(
|
||||||
TSCHEMATIC_T
|
TSCHEMATIC_T
|
||||||
)
|
)
|
||||||
|
|
||||||
add_subdirectory( plugins )
|
add_subdirectory( python_scripts )
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
# EESCHEMA's netlist and bom sample scripts
|
|
||||||
|
|
||||||
set( PYTHON_SCRIPTS_LIST
|
|
||||||
python_scripts/README-bom.txt
|
|
||||||
python_scripts/kicad_utils.py
|
|
||||||
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_grouped_extra.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
|
|
||||||
python_scripts/bom_txt_sorted_by_ref.py
|
|
||||||
)
|
|
||||||
|
|
||||||
install( FILES ${PYTHON_SCRIPTS_LIST}
|
|
||||||
DESTINATION ${KICAD_PLUGINS}
|
|
||||||
COMPONENT binary
|
|
||||||
)
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
# EESCHEMA's netlist and bom sample scripts
|
||||||
|
|
||||||
|
set( PYTHON_SCRIPTS_LIST
|
||||||
|
README-bom.txt
|
||||||
|
kicad_utils.py
|
||||||
|
kicad_netlist_reader.py
|
||||||
|
bom_csv_grouped_by_value.py
|
||||||
|
bom_csv_grouped_by_value_with_fp.py
|
||||||
|
bom_csv_grouped_extra.py
|
||||||
|
bom_csv_sorted_by_ref.py
|
||||||
|
bom_html_grouped_by_value.py
|
||||||
|
bom_html_with_advanced_grouping.py
|
||||||
|
bom_txt_sorted_by_ref.py
|
||||||
|
)
|
||||||
|
|
||||||
|
install( FILES ${PYTHON_SCRIPTS_LIST}
|
||||||
|
DESTINATION ${KICAD_PLUGINS}
|
||||||
|
COMPONENT binary
|
||||||
|
)
|
Loading…
Reference in New Issue