From 4eac2675de5b240e3d5714c398f7d26b7a45a5cf Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Tue, 1 Jan 2008 07:52:54 +0000 Subject: [PATCH] specctra_test target sources --- pcbnew/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index d712cddabd..5cab737000 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -170,7 +170,7 @@ ADD_EXECUTABLE(dsntest EXCLUDE_FROM_ALL dsn.cpp) TARGET_LINK_LIBRARIES(dsntest common ${wxWidgets_LIBRARIES}) SET_SOURCE_FILES_PROPERTIES(specctra.cpp PROPERTIES COMPILE_FLAGS -DSTANDALONE) -ADD_EXECUTABLE(specctra_test EXCLUDE_FROM_ALL specctra.cpp) +ADD_EXECUTABLE(specctra_test EXCLUDE_FROM_ALL specctra.cpp dsn.cpp ) TARGET_LINK_LIBRARIES(specctra_test common ${wxWidgets_LIBRARIES})