2008-03-11 15:57:54 +00:00
|
|
|
add_definitions(-DEESCHEMA)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2008-10-06 05:44:29 +00:00
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
|
2008-10-30 20:12:29 +00:00
|
|
|
${Boost_INCLUDE_DIR}
|
2008-10-06 05:44:29 +00:00
|
|
|
)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2008-03-11 15:57:54 +00:00
|
|
|
set(EESCHEMA_SRCS
|
2009-04-05 20:49:15 +00:00
|
|
|
# affiche.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
annotate.cpp
|
2008-02-26 01:07:38 +00:00
|
|
|
annotate_dialog.cpp
|
2008-05-07 15:08:16 +00:00
|
|
|
backanno.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
block.cpp
|
|
|
|
block_libedit.cpp
|
2008-05-15 13:29:59 +00:00
|
|
|
build_BOM.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
busentry.cpp
|
|
|
|
bus-wire-junction.cpp
|
2009-06-13 17:06:07 +00:00
|
|
|
class_BodyItem_Text.cpp
|
2008-02-27 20:47:03 +00:00
|
|
|
class_drawsheet.cpp
|
2009-01-04 18:52:57 +00:00
|
|
|
class_drawsheetpath.cpp
|
2008-04-15 19:38:19 +00:00
|
|
|
class_hierarchical_PIN_sheet.cpp
|
2008-12-31 09:27:19 +00:00
|
|
|
class_libentry.cpp
|
|
|
|
class_libentry_fields.cpp
|
2008-09-18 17:10:54 +00:00
|
|
|
class_library.cpp
|
2008-09-20 17:43:07 +00:00
|
|
|
class_pin.cpp
|
|
|
|
class_sch_cmp_field.cpp
|
2008-04-16 04:00:19 +00:00
|
|
|
class_schematic_items.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
class_screen.cpp
|
|
|
|
class_text-label.cpp
|
2008-09-13 18:59:57 +00:00
|
|
|
classes_body_items.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
cleanup.cpp
|
|
|
|
component_class.cpp
|
|
|
|
controle.cpp
|
|
|
|
cross-probing.cpp
|
|
|
|
dangling_ends.cpp
|
|
|
|
database.cpp
|
|
|
|
delete.cpp
|
|
|
|
delsheet.cpp
|
2008-06-06 12:39:00 +00:00
|
|
|
# dialog_backanno.cpp
|
2009-06-21 13:37:27 +00:00
|
|
|
dialog_bodygraphictext_properties_base.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
dialog_build_BOM.cpp
|
2009-06-21 13:37:27 +00:00
|
|
|
dialog_build_BOM_base.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
# dialog_cmp_graphic_properties.cpp
|
|
|
|
dialog_create_component.cpp
|
|
|
|
# dialog_edit_component_in_lib.cpp
|
2008-11-24 06:53:43 +00:00
|
|
|
dialog_edit_component_in_schematic_fbp.cpp
|
|
|
|
dialog_edit_component_in_schematic.cpp
|
2008-12-19 20:40:08 +00:00
|
|
|
dialog_edit_label.cpp
|
|
|
|
dialog_edit_label_base.cpp
|
2008-12-30 19:18:56 +00:00
|
|
|
dialog_edit_libentry_fields_in_lib.cpp
|
|
|
|
dialog_edit_libentry_fields_in_lib_base.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
dialog_eeschema_config.cpp
|
2009-04-06 10:56:17 +00:00
|
|
|
dialog_eeschema_config_fbp.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
dialog_erc.cpp
|
|
|
|
# dialog_find.cpp
|
|
|
|
dialog_options.cpp
|
2009-06-21 13:37:27 +00:00
|
|
|
dialog_print_using_printer_base.cpp
|
2009-01-17 17:32:20 +00:00
|
|
|
dialog_print_using_printer.cpp
|
2009-01-11 19:12:18 +00:00
|
|
|
dialog_SVG_print.cpp
|
|
|
|
dialog_SVG_print_base.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
edit_component_in_lib.cpp
|
|
|
|
edit_component_in_schematic.cpp
|
|
|
|
edit_label.cpp
|
|
|
|
eeconfig.cpp
|
|
|
|
# eecreate.cpp
|
|
|
|
eelayer.cpp
|
|
|
|
eelibs_draw_components.cpp
|
|
|
|
eelibs_read_libraryfiles.cpp
|
|
|
|
eeredraw.cpp
|
|
|
|
eeschema.cpp
|
|
|
|
erc.cpp
|
|
|
|
files-io.cpp
|
|
|
|
find.cpp
|
|
|
|
getpart.cpp
|
|
|
|
hierarch.cpp
|
|
|
|
hotkeys.cpp
|
|
|
|
libalias.cpp
|
|
|
|
libarch.cpp
|
|
|
|
libedit.cpp
|
|
|
|
libedit_onleftclick.cpp
|
|
|
|
libedit_onrightclick.cpp
|
|
|
|
libedit_undo_redo.cpp
|
|
|
|
lib_export.cpp
|
|
|
|
libfield.cpp
|
|
|
|
libframe.cpp
|
|
|
|
load_one_schematic_file.cpp
|
|
|
|
locate.cpp
|
|
|
|
menubar.cpp
|
|
|
|
netform.cpp
|
|
|
|
netlist_control.cpp
|
|
|
|
netlist.cpp
|
|
|
|
onleftclick.cpp
|
|
|
|
onrightclick.cpp
|
|
|
|
pinedit.cpp
|
|
|
|
# pinedit-dialog.cpp
|
|
|
|
plot.cpp
|
|
|
|
plothpgl.cpp
|
|
|
|
plotps.cpp
|
2009-06-30 10:43:20 +00:00
|
|
|
plotdxf.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
priorque.cpp
|
2008-12-19 20:40:08 +00:00
|
|
|
read_from_file_schematic_items_descriptions.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
savelib.cpp
|
|
|
|
save_schemas.cpp
|
|
|
|
schedit.cpp
|
|
|
|
schematic_undo_redo.cpp
|
|
|
|
schframe.cpp
|
|
|
|
selpart.cpp
|
|
|
|
sheet.cpp
|
|
|
|
sheetlab.cpp
|
|
|
|
symbdraw.cpp
|
|
|
|
symbedit.cpp
|
2008-12-28 18:00:37 +00:00
|
|
|
edit_graphic_bodyitem_text.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
tool_lib.cpp
|
|
|
|
tool_sch.cpp
|
|
|
|
tool_viewlib.cpp
|
|
|
|
viewlib_frame.cpp
|
|
|
|
viewlibs.cpp)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2008-03-11 15:57:54 +00:00
|
|
|
set(EESCHEMA_EXTRA_SRCS
|
2009-04-05 20:49:15 +00:00
|
|
|
../common/sch_item_struct.cpp
|
|
|
|
../share/setpage.cpp
|
|
|
|
)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2008-03-11 15:57:54 +00:00
|
|
|
if(WIN32)
|
|
|
|
if(MINGW)
|
2008-04-18 08:04:54 +00:00
|
|
|
# EESCHEMA_RESOURCES variable is set by the macro.
|
2008-04-13 19:07:32 +00:00
|
|
|
mingw_resource_compiler(eeschema)
|
2008-03-11 15:57:54 +00:00
|
|
|
else(MINGW)
|
|
|
|
set(EESCHEMA_RESOURCES eeschema.rc)
|
|
|
|
endif(MINGW)
|
|
|
|
endif(WIN32)
|
2008-09-07 19:32:07 +00:00
|
|
|
|
2008-03-11 15:57:54 +00:00
|
|
|
if(APPLE)
|
2009-04-29 12:10:15 +00:00
|
|
|
set(EESCHEMA_RESOURCES eeschema.icns eeschema_doc.icns)
|
2008-06-15 16:31:32 +00:00
|
|
|
set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/eeschema.icns"
|
2008-09-07 19:32:07 +00:00
|
|
|
PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
2009-04-29 12:10:15 +00:00
|
|
|
set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/eeschema_doc.icns"
|
|
|
|
PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
2008-06-15 16:31:32 +00:00
|
|
|
set(MACOSX_BUNDLE_ICON_FILE eeschema.icns)
|
|
|
|
set(MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.eeschema)
|
|
|
|
set(MACOSX_BUNDLE_NAME eeschema)
|
2008-03-11 15:57:54 +00:00
|
|
|
endif(APPLE)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2008-03-11 15:57:54 +00:00
|
|
|
add_executable(eeschema WIN32 MACOSX_BUNDLE ${EESCHEMA_SRCS} ${EESCHEMA_EXTRA_SRCS} ${EESCHEMA_RESOURCES})
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2009-04-29 12:10:15 +00:00
|
|
|
if(APPLE)
|
|
|
|
set_target_properties(eeschema PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
|
|
|
|
endif(APPLE)
|
|
|
|
|
2008-05-17 19:24:22 +00:00
|
|
|
target_link_libraries(eeschema common bitmaps ${wxWidgets_LIBRARIES})
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2008-09-07 19:32:07 +00:00
|
|
|
install(TARGETS eeschema
|
2008-09-14 11:46:58 +00:00
|
|
|
DESTINATION ${KICAD_BIN}
|
2008-06-15 16:31:32 +00:00
|
|
|
COMPONENT binary)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2008-03-11 15:57:54 +00:00
|
|
|
add_subdirectory(plugins)
|