from alain.portal@free.fr, see mailing list
This commit is contained in:
parent
4b85c01101
commit
1698acd774
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue