File: CMakeLists.txt

package info (click to toggle)
kicad 9.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 770,320 kB
  • sloc: cpp: 961,692; ansic: 121,001; xml: 66,428; python: 18,387; sh: 1,010; awk: 301; asm: 292; makefile: 227; javascript: 167; perl: 10
file content (19 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    )