From de7f4d7aa4e5649623c5201dc1c092a01c5829ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20W=C5=82ostowski?= Date: Thu, 27 Apr 2017 10:51:02 +0200 Subject: [PATCH] fixed unresolved symbols while running cvpcb --- common/CMakeLists.txt | 2 ++ pcbnew/CMakeLists.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 0c5d1beb4f..d765e65f68 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -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 diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 639be07deb..f63743a728 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -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