Browse Source

Blind attempt to fix pns-debug-tool linking issue.

newinvert
Jeff Young 2 years ago
parent
commit
4c59365867
  1. 3
      common/CMakeLists.txt
  2. 3
      pcbnew/CMakeLists.txt

3
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

3
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

Loading…
Cancel
Save