2012-05-04 17:44:42 +00:00
|
|
|
add_definitions(-DGERBVIEW)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2010-05-16 18:18:38 +00:00
|
|
|
###
|
|
|
|
# Includes
|
|
|
|
###
|
2012-01-23 04:33:36 +00:00
|
|
|
|
|
|
|
include_directories(BEFORE ${INC_BEFORE})
|
|
|
|
include_directories(
|
|
|
|
../pcbnew
|
|
|
|
dialogs
|
|
|
|
../3d-viewer
|
|
|
|
../polygon
|
|
|
|
${INC_AFTER}
|
|
|
|
)
|
|
|
|
|
|
|
|
|
2010-05-16 18:18:38 +00:00
|
|
|
###
|
|
|
|
# Sources
|
|
|
|
###
|
2011-03-13 18:03:43 +00:00
|
|
|
|
2010-10-27 19:02:31 +00:00
|
|
|
set(DIALOGS_SRCS
|
|
|
|
dialogs/gerbview_dialog_display_options_frame_base.cpp
|
|
|
|
dialogs/gerbview_dialog_display_options_frame.cpp
|
2011-04-23 19:01:41 +00:00
|
|
|
dialogs/dialog_layers_select_to_pcb_base.cpp
|
2010-10-27 19:02:31 +00:00
|
|
|
dialogs/dialog_print_using_printer.cpp
|
|
|
|
dialogs/dialog_print_using_printer_base.cpp
|
2012-05-04 17:44:42 +00:00
|
|
|
dialogs/dialog_select_one_pcb_layer.cpp
|
|
|
|
dialogs/dialog_show_page_borders.cpp
|
|
|
|
dialogs/dialog_show_page_borders_base.cpp
|
2010-10-27 19:02:31 +00:00
|
|
|
)
|
|
|
|
|
2008-03-11 15:57:54 +00:00
|
|
|
set(GERBVIEW_SRCS
|
2008-01-30 09:42:19 +00:00
|
|
|
block.cpp
|
2010-11-30 20:41:35 +00:00
|
|
|
class_am_param.cpp
|
2010-10-09 11:03:03 +00:00
|
|
|
class_aperture_macro.cpp
|
2010-12-17 20:34:29 +00:00
|
|
|
class_DCodeSelectionbox.cpp
|
2012-04-25 19:33:24 +00:00
|
|
|
class_gbr_screen.cpp
|
2012-05-04 17:44:42 +00:00
|
|
|
class_gbr_layout.cpp
|
2010-09-28 14:42:05 +00:00
|
|
|
class_GERBER.cpp
|
|
|
|
class_gerber_draw_item.cpp
|
2010-02-03 14:05:17 +00:00
|
|
|
class_gerbview_layer_widget.cpp
|
2012-05-04 17:44:42 +00:00
|
|
|
class_gbr_layer_box_selector.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
controle.cpp
|
|
|
|
dcode.cpp
|
2010-10-23 18:12:11 +00:00
|
|
|
draw_gerber_screen.cpp
|
2011-03-14 21:19:13 +00:00
|
|
|
events_called_functions.cpp
|
2011-03-16 20:51:20 +00:00
|
|
|
excellon_read_drill_file.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
export_to_pcbnew.cpp
|
|
|
|
files.cpp
|
|
|
|
gerbview.cpp
|
2011-03-13 18:03:43 +00:00
|
|
|
gerbview_config.cpp
|
|
|
|
gerbview_frame.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
hotkeys.cpp
|
|
|
|
initpcb.cpp
|
|
|
|
locate.cpp
|
2010-09-13 14:45:19 +00:00
|
|
|
menubar.cpp
|
2011-03-14 21:19:13 +00:00
|
|
|
onleftclick.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
onrightclick.cpp
|
|
|
|
pcbplot.cpp
|
|
|
|
readgerb.cpp
|
2010-10-15 18:59:26 +00:00
|
|
|
rs274_read_XY_and_IJ_coordinates.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
rs274d.cpp
|
|
|
|
rs274x.cpp
|
|
|
|
select_layers_to_pcb.cpp
|
2011-03-13 18:03:43 +00:00
|
|
|
toolbars_gerber.cpp
|
|
|
|
)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2010-05-16 18:18:38 +00:00
|
|
|
###
|
2012-04-25 19:33:24 +00:00
|
|
|
# We need some extra sources from common and pcbnew
|
2010-05-16 18:18:38 +00:00
|
|
|
###
|
2008-03-11 15:57:54 +00:00
|
|
|
set(GERBVIEW_EXTRA_SRCS
|
2012-05-04 17:44:42 +00:00
|
|
|
../common/base_screen.cpp
|
2012-04-25 19:33:24 +00:00
|
|
|
../common/base_units.cpp
|
2013-05-21 07:18:25 +00:00
|
|
|
../common/eda_text.cpp
|
2012-05-04 17:44:42 +00:00
|
|
|
../common/class_layer_box_selector.cpp
|
|
|
|
../common/class_page_info.cpp
|
2010-02-03 14:05:17 +00:00
|
|
|
../pcbnew/layer_widget.cpp
|
2009-10-23 07:41:29 +00:00
|
|
|
../pcbnew/printout_controler.cpp
|
2009-02-05 20:53:08 +00:00
|
|
|
)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2010-05-16 18:18:38 +00:00
|
|
|
###
|
|
|
|
# Windows resource file
|
|
|
|
###
|
2008-03-11 15:57:54 +00:00
|
|
|
if(WIN32)
|
|
|
|
if(MINGW)
|
2008-04-18 08:04:54 +00:00
|
|
|
# GERBVIEW_RESOURCES variable is set by the macro.
|
2008-04-13 19:07:32 +00:00
|
|
|
mingw_resource_compiler(gerbview)
|
2008-03-11 15:57:54 +00:00
|
|
|
else(MINGW)
|
|
|
|
set(GERBVIEW_RESOURCES gerbview.rc)
|
|
|
|
endif(MINGW)
|
|
|
|
endif(WIN32)
|
2008-09-07 19:32:07 +00:00
|
|
|
|
2010-05-16 18:18:38 +00:00
|
|
|
###
|
|
|
|
# Apple resource files
|
|
|
|
###
|
2008-03-11 15:57:54 +00:00
|
|
|
if(APPLE)
|
2009-04-29 12:10:15 +00:00
|
|
|
set(GERBVIEW_RESOURCES gerbview.icns gerbview_doc.icns)
|
2008-06-15 16:31:32 +00:00
|
|
|
set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/gerbview.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}/gerbview_doc.icns"
|
|
|
|
PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
2008-06-15 16:31:32 +00:00
|
|
|
set(MACOSX_BUNDLE_ICON_FILE gerbview.icns)
|
|
|
|
set(MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.gerbview)
|
2008-03-11 15:57:54 +00:00
|
|
|
endif(APPLE)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2010-05-16 18:18:38 +00:00
|
|
|
###
|
|
|
|
# Create the gerbview executable
|
|
|
|
###
|
|
|
|
add_executable(gerbview WIN32 MACOSX_BUNDLE
|
|
|
|
${GERBVIEW_SRCS}
|
2010-10-27 19:02:31 +00:00
|
|
|
${DIALOGS_SRCS}
|
2010-08-28 18:02:24 +00:00
|
|
|
${GERBVIEW_EXTRA_SRCS}
|
2010-05-16 18:18:38 +00:00
|
|
|
${GERBVIEW_RESOURCES})
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2010-05-16 18:18:38 +00:00
|
|
|
###
|
|
|
|
# Set properties for APPLE on gerbview target
|
|
|
|
###
|
2009-04-29 12:10:15 +00:00
|
|
|
if(APPLE)
|
2010-05-16 18:18:38 +00:00
|
|
|
set_target_properties(gerbview PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
|
2009-04-29 12:10:15 +00:00
|
|
|
endif(APPLE)
|
|
|
|
|
2010-05-16 18:18:38 +00:00
|
|
|
###
|
|
|
|
# Link executable target gerbview with correct libraries
|
|
|
|
###
|
2012-08-04 09:43:27 +00:00
|
|
|
target_link_libraries(gerbview common polygon bitmaps
|
2010-05-16 18:18:38 +00:00
|
|
|
${OPENGL_LIBRARIES}
|
|
|
|
${wxWidgets_LIBRARIES}
|
|
|
|
${GDI_PLUS_LIBRARIES})
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2010-05-16 18:18:38 +00:00
|
|
|
###
|
|
|
|
# Add gerbview as install target
|
|
|
|
###
|
|
|
|
install(TARGETS gerbview
|
2008-09-14 11:46:58 +00:00
|
|
|
DESTINATION ${KICAD_BIN}
|
2008-06-15 16:31:32 +00:00
|
|
|
COMPONENT binary)
|