From 7bbf1b07b7db6ece8b6eebbeab3b355713656cb7 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Thu, 3 Jun 2021 20:00:45 +0100 Subject: [PATCH] Fixup to expose PCB_GROUP in Python --- pcbnew/CMakeLists.txt | 1 + pcbnew/{ => python}/swig/pcb_group.i | 0 2 files changed, 1 insertion(+) rename pcbnew/{ => python}/swig/pcb_group.i (100%) diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index effdfa21d6..1aebe80823 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -460,6 +460,7 @@ add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/pcbnew_wrap.cxx DEPENDS python/swig/netinfo.i DEPENDS python/swig/pad.i DEPENDS python/swig/pcb_text.i + DEPENDS python/swig/pcb_group.i DEPENDS python/swig/plugins.i DEPENDS python/swig/fp_text.i DEPENDS python/swig/track.i diff --git a/pcbnew/swig/pcb_group.i b/pcbnew/python/swig/pcb_group.i similarity index 100% rename from pcbnew/swig/pcb_group.i rename to pcbnew/python/swig/pcb_group.i