From 4c59365867387f707d1698d57a183d45b4853ae0 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 19 May 2023 19:26:03 +0100 Subject: [PATCH] Blind attempt to fix pns-debug-tool linking issue. --- common/CMakeLists.txt | 3 +++ pcbnew/CMakeLists.txt | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index e0de97a70b..76f226c562 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -594,6 +594,9 @@ set( PCB_COMMON_SRCS ${CMAKE_SOURCE_DIR}/pcbnew/ratsnest/ratsnest_data.cpp ${CMAKE_SOURCE_DIR}/pcbnew/ratsnest/ratsnest_view_item.cpp ${CMAKE_SOURCE_DIR}/pcbnew/sel_layer.cpp + ${CMAKE_SOURCE_DIR}/pcbnew/teardrop/teardrop.cpp + ${CMAKE_SOURCE_DIR}/pcbnew/teardrop/teardrop_parameters.cpp + ${CMAKE_SOURCE_DIR}/pcbnew/teardrop/teardrop_utils.cpp ${CMAKE_SOURCE_DIR}/pcbnew/zone_settings.cpp ${CMAKE_SOURCE_DIR}/pcbnew/tools/pcb_grid_helper.cpp diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 15cf4de55b..e6e188ff3c 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -355,9 +355,6 @@ set( PCBNEW_CLASS_SRCS tools/tool_event_utils.cpp tools/zone_create_helper.cpp tools/zone_filler_tool.cpp - teardrop/teardrop.cpp - teardrop/teardrop_parameters.cpp - teardrop/teardrop_utils.cpp footprint_preview_panel.cpp footprint_tree_pane.cpp