fixed unresolved symbols while running cvpcb
This commit is contained in:
parent
56928647ef
commit
de7f4d7aa4
|
@ -380,6 +380,8 @@ set( PCB_COMMON_SRCS
|
|||
../pcbnew/class_zone.cpp
|
||||
../pcbnew/class_zone_settings.cpp
|
||||
../pcbnew/classpcb.cpp
|
||||
../pcbnew/connectivity.cpp
|
||||
../pcbnew/connectivity_algo.cpp
|
||||
../pcbnew/convert_drawsegment_list_to_polygon.cpp
|
||||
../pcbnew/ratsnest_data.cpp
|
||||
../pcbnew/ratsnest_viewitem.cpp
|
||||
|
|
|
@ -208,8 +208,6 @@ set( PCBNEW_CLASS_SRCS
|
|||
class_pcb_layer_box_selector.cpp
|
||||
clean.cpp
|
||||
connect.cpp
|
||||
connectivity.cpp
|
||||
connectivity_algo.cpp
|
||||
controle.cpp
|
||||
dimension.cpp
|
||||
cross-probing.cpp
|
||||
|
|
Loading…
Reference in New Issue