From 7a2593832d63084c1701fe685b09f9d95b7afd07 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 4 Oct 2013 14:48:50 +0200 Subject: [PATCH] Fix Cmakelists issues --- 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 cf1b84f0d6..73258dbba1 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -140,7 +140,7 @@ set(PCB_COMMON_SRCS ../pcbnew/gpcb_plugin.cpp ../pcbnew/pcb_netlist.cpp ../pcbnew/specctra.cpp - ../pcbnew/specctra_import.cpp + ../pcbnew/specctra_export.cpp ../pcbnew/specctra_keywords.cpp pcb_plot_params_keywords.cpp pcb_keywords.cpp diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 8d69a77476..414b8541d4 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -199,7 +199,7 @@ set( PCBNEW_CLASS_SRCS print_board_functions.cpp printout_controler.cpp ratsnest.cpp -# specctra.cpp #moved in pcb_common lib +# specctra.cpp #moved in pcbcommon lib # specctra_export.cpp # specctra_keywords.cpp specctra_import.cpp