From 1eea739209063b4ff3214689337ef26213330da9 Mon Sep 17 00:00:00 2001 From: f3nix Date: Tue, 25 Dec 2007 21:17:04 +0000 Subject: [PATCH] Small CMake cleanup. --- pcbnew/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 5b151c42b0..1f47db95cd 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -114,7 +114,6 @@ SET(PCBNEW_SRCS plot_rtn.cpp queue.cpp ratsnest.cpp -# reglage.cpp router.cpp sel_layer.cpp set_color.cpp @@ -135,8 +134,9 @@ SET(PCBNEW_SRCS via_edit.cpp work.cpp xchgmod.cpp + zones_by_polygon.cpp # zones.cpp - zones_by_polygon.cpp) + ) SET(PCBNEW_EXTRA_SRCS # ../polygon/PolyLine.cpp