mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 00:21:25 +00:00
Move python_scripts up one folder in eeschema
This commit is contained in:
parent
ab8bcf537e
commit
d3e5517bfb
eeschema
CMakeLists.txt
plugins
python_scripts
CMakeLists.txtREADME-bom.txtbom_csv_grouped_by_value.pybom_csv_grouped_by_value_with_fp.pybom_csv_grouped_extra.pybom_csv_sorted_by_ref.pybom_html_grouped_by_value.pybom_html_with_advanced_grouping.pybom_txt_sorted_by_ref.pykicad_netlist_reader.pykicad_utils.pynetlist_form_OrcadPcb2.pynetlist_form_cadstar.pynetlist_form_pads-pcb-asc.pyround_robin.pyround_value_robin.py
@ -684,4 +684,4 @@ make_lexer(
|
||||
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
|
||||
)
|
19
eeschema/python_scripts/CMakeLists.txt
Normal file
19
eeschema/python_scripts/CMakeLists.txt
Normal file
@ -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
Block a user