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