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
|
hotkeys_basic.cpp
|
||||||
msgpanel.cpp
|
msgpanel.cpp
|
||||||
newstroke_font.cpp
|
newstroke_font.cpp
|
||||||
|
../pcbnew/class_drc_item.cpp
|
||||||
projet_config.cpp
|
projet_config.cpp
|
||||||
richio.cpp
|
richio.cpp
|
||||||
selcolor.cpp
|
selcolor.cpp
|
||||||
|
|
|
@ -159,7 +159,7 @@ if(APPLE)
|
||||||
set_target_properties(eeschema PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
|
set_target_properties(eeschema PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
|
||||||
endif(APPLE)
|
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
|
install(TARGETS eeschema
|
||||||
DESTINATION ${KICAD_BIN}
|
DESTINATION ${KICAD_BIN}
|
||||||
|
|
|
@ -49,7 +49,7 @@ install(TARGETS KiCad
|
||||||
DESTINATION ${KICAD_BIN}
|
DESTINATION ${KICAD_BIN}
|
||||||
COMPONENT binary)
|
COMPONENT binary)
|
||||||
else(APPLE)
|
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
|
install(TARGETS kicad
|
||||||
DESTINATION ${KICAD_BIN}
|
DESTINATION ${KICAD_BIN}
|
||||||
COMPONENT binary)
|
COMPONENT binary)
|
||||||
|
|
Loading…
Reference in New Issue