From 5e2ca2aa2a39c4d06d8ec50166d18a07ca481ccb Mon Sep 17 00:00:00 2001 From: Adam Wolf Date: Sun, 12 Dec 2021 23:50:56 -0600 Subject: [PATCH] Install kicad_utils.py BOM plugin helper --- eeschema/plugins/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/plugins/CMakeLists.txt b/eeschema/plugins/CMakeLists.txt index 15ff73e074..65d952d104 100644 --- a/eeschema/plugins/CMakeLists.txt +++ b/eeschema/plugins/CMakeLists.txt @@ -15,6 +15,7 @@ set( XSL_SCRIPTS_LIST 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