From 78ec79f63773a6dcefb92b89da8c8eaa934c035b Mon Sep 17 00:00:00 2001 From: f3nix Date: Sun, 9 Dec 2007 14:13:34 +0000 Subject: [PATCH] Fix CMake build. --- gerbview/CMakeLists.txt | 1 + pcbnew/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/gerbview/CMakeLists.txt b/gerbview/CMakeLists.txt index 921114039f..1ee6ddb389 100644 --- a/gerbview/CMakeLists.txt +++ b/gerbview/CMakeLists.txt @@ -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 diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 5db856dbe8..32cf6ebd9f 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -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