Blind attempt to fix pns-debug-tool linking issue.
This commit is contained in:
parent
8b1fd62d35
commit
4c59365867
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue