Move fix_board_shape.cpp to pcbcommon.
This commit is contained in:
parent
2bf8602912
commit
3215223ee2
|
@ -580,6 +580,7 @@ set( PCB_COMMON_SRCS
|
|||
${CMAKE_SOURCE_DIR}/pcbnew/pcb_group.cpp
|
||||
${CMAKE_SOURCE_DIR}/pcbnew/pcb_marker.cpp
|
||||
${CMAKE_SOURCE_DIR}/pcbnew/footprint.cpp
|
||||
${CMAKE_SOURCE_DIR}/pcbnew/fix_board_shape.cpp
|
||||
${CMAKE_SOURCE_DIR}/pcbnew/netinfo_item.cpp
|
||||
${CMAKE_SOURCE_DIR}/pcbnew/netinfo_list.cpp
|
||||
${CMAKE_SOURCE_DIR}/pcbnew/pad.cpp
|
||||
|
|
|
@ -284,7 +284,6 @@ set( PCBNEW_CLASS_SRCS
|
|||
edit.cpp
|
||||
edit_track_width.cpp
|
||||
files.cpp
|
||||
fix_board_shape.cpp
|
||||
footprint_info_impl.cpp
|
||||
footprint_wizard.cpp
|
||||
footprint_editor_utils.cpp
|
||||
|
|
Loading…
Reference in New Issue