From 1698acd7748175870e9c7fde194a205401c8e211 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Thu, 25 Mar 2010 21:48:24 +0000 Subject: [PATCH] from alain.portal@free.fr, see mailing list --- common/CMakeLists.txt | 1 + eeschema/CMakeLists.txt | 2 +- kicad/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index d1bfb28988..0f345cbbb2 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -44,6 +44,7 @@ set(COMMON_SRCS hotkeys_basic.cpp msgpanel.cpp newstroke_font.cpp + ../pcbnew/class_drc_item.cpp projet_config.cpp richio.cpp selcolor.cpp diff --git a/eeschema/CMakeLists.txt b/eeschema/CMakeLists.txt index 65323c3634..032a7aec41 100644 --- a/eeschema/CMakeLists.txt +++ b/eeschema/CMakeLists.txt @@ -159,7 +159,7 @@ if(APPLE) set_target_properties(eeschema PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist) endif(APPLE) -target_link_libraries(eeschema common bitmaps polygon ${wxWidgets_LIBRARIES} ${GDI_PLUS_LIBRARIES}) +target_link_libraries(eeschema common bitmaps kbool polygon ${wxWidgets_LIBRARIES} ${GDI_PLUS_LIBRARIES}) install(TARGETS eeschema DESTINATION ${KICAD_BIN} diff --git a/kicad/CMakeLists.txt b/kicad/CMakeLists.txt index 7703849a55..ca678ec2d3 100644 --- a/kicad/CMakeLists.txt +++ b/kicad/CMakeLists.txt @@ -49,7 +49,7 @@ install(TARGETS KiCad DESTINATION ${KICAD_BIN} COMPONENT binary) else(APPLE) - target_link_libraries(kicad common bitmaps polygon ${wxWidgets_LIBRARIES} ${GDI_PLUS_LIBRARIES}) + target_link_libraries(kicad common bitmaps kbool polygon ${wxWidgets_LIBRARIES} ${GDI_PLUS_LIBRARIES}) install(TARGETS kicad DESTINATION ${KICAD_BIN} COMPONENT binary)