Fix CMake build.
This commit is contained in:
parent
fe284db095
commit
78ec79f637
|
@ -41,6 +41,7 @@ SET(GERBVIEW_SRCS
|
|||
SET(GERBVIEW_EXTRA_SRCS
|
||||
../pcbnew/basepcbframe.cpp
|
||||
../pcbnew/class_board.cpp
|
||||
../pcbnew/class_drc_item.cpp
|
||||
../pcbnew/class_marker.cpp
|
||||
../pcbnew/class_pcb_text.cpp
|
||||
../pcbnew/class_track.cpp
|
||||
|
|
|
@ -18,6 +18,7 @@ SET(PCBNEW_SRCS
|
|||
class_board.cpp
|
||||
class_board_item.cpp
|
||||
class_cotation.cpp
|
||||
class_drc_item.cpp
|
||||
class_edge_mod.cpp
|
||||
class_equipot.cpp
|
||||
class_marker.cpp
|
||||
|
@ -28,6 +29,7 @@ SET(PCBNEW_SRCS
|
|||
class_pcb_text.cpp
|
||||
class_text_mod.cpp
|
||||
class_track.cpp
|
||||
class_zone.cpp
|
||||
clean.cpp
|
||||
# cleaningoptions_dialog.cpp
|
||||
collectors.cpp
|
||||
|
|
Loading…
Reference in New Issue