kicad/pcbnew/CMakeLists.txt

305 lines
8.8 KiB
CMake
Raw Normal View History

2008-03-11 15:57:54 +00:00
add_definitions(-DPCBNEW)
2010-05-16 18:18:38 +00:00
###
# Includes
###
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/dialogs
${Boost_INCLUDE_DIR}
../3d-viewer
../common
../polygon)
2010-05-16 18:18:38 +00:00
###
# Sources
#
set(PCBNEW_DIALOGS
dialogs/dialog_block_options_base.cpp
dialogs/dialog_cleaning_options_base.cpp
dialogs/dialog_cleaning_options.cpp
2010-11-24 20:37:00 +00:00
dialogs/dialog_copper_zones.cpp
dialogs/dialog_copper_zones_base.cpp
dialogs/dialog_design_rules.cpp
dialogs/dialog_design_rules_base.cpp
2010-11-24 20:37:00 +00:00
dialogs/dialog_display_options.cpp
dialogs/dialog_display_options_base.cpp
2010-11-26 17:47:35 +00:00
dialogs/dialog_drc_base.cpp
dialogs/dialog_drc.cpp
dialogs/dialog_edit_module_for_BoardEditor.cpp
dialogs/dialog_edit_module_for_BoardEditor_base.cpp
dialogs/dialog_edit_module_for_Modedit_base.cpp
dialogs/dialog_edit_module_for_Modedit.cpp
dialogs/dialog_edit_module_text.cpp
dialogs/dialog_edit_module_text_base.cpp
dialogs/dialog_exchange_modules_base.cpp
2010-11-24 20:37:00 +00:00
dialogs/dialog_export_3Dfiles_base.cpp
dialogs/dialog_freeroute_exchange.cpp
dialogs/dialog_freeroute_exchange_base.cpp
dialogs/dialog_gendrill.cpp
dialogs/dialog_gendrill_base.cpp
2010-11-26 17:47:35 +00:00
dialogs/dialog_general_options.cpp
dialogs/dialog_general_options_BoardEditor_base.cpp
dialogs/dialog_global_edit_tracks_and_vias.cpp
dialogs/dialog_global_edit_tracks_and_vias_base.cpp
dialogs/dialog_global_pads_edition_base.cpp
dialogs/dialog_graphic_items_options.cpp
dialogs/dialog_graphic_items_options_base.cpp
dialogs/dialog_graphic_item_properties.cpp
dialogs/dialog_graphic_item_properties_base.cpp
dialogs/dialog_global_deletion.cpp
dialogs/dialog_global_deletion_base.cpp
dialogs/dialog_layers_setup.cpp
dialogs/dialog_layers_setup_base.cpp
2010-11-26 17:47:35 +00:00
dialogs/dialog_netlist.cpp
dialogs/dialog_netlist_fbp.cpp
dialogs/dialog_pcb_text_properties.cpp
dialogs/dialog_pcb_text_properties_base.cpp
2010-11-24 20:37:00 +00:00
dialogs/dialog_non_copper_zones_properties_base.cpp
dialogs/dialog_pad_properties.cpp
dialogs/dialog_pad_properties_base.cpp
dialogs/dialog_pcbnew_config_libs_and_paths.cpp
dialogs/dialog_pcbnew_config_libs_and_paths_fbp.cpp
dialogs/dialog_plot_base.cpp
dialogs/dialog_print_for_modedit.cpp
dialogs/dialog_print_for_modedit_base.cpp
dialogs/dialog_print_using_printer.cpp
dialogs/dialog_print_using_printer_base.cpp
2010-11-26 17:47:35 +00:00
dialogs/dialog_orient_footprints.cpp
dialogs/dialog_orient_footprints_base.cpp
dialogs/dialog_mask_clearance.cpp
dialogs/dialog_mask_clearance_base.cpp
2010-11-24 20:37:00 +00:00
dialogs/dialog_SVG_print.cpp
dialogs/dialog_SVG_print_base.cpp
dialogs/dialog_set_grid_base.cpp
)
set(PCBNEW_SRCS
pcbframe.cpp
attribut.cpp
automove.cpp
autoplac.cpp
autorout.cpp
board.cpp
board_items_to_polygon_shape_transform.cpp
board_undo_redo.cpp
block.cpp
block_module_editor.cpp
build_BOM_from_board.cpp
class_footprint_library.cpp
class_pcb_layer_widget.cpp
clean.cpp
connect.cpp
controle.cpp
dimension.cpp
cross-probing.cpp
deltrack.cpp
${PCBNEW_DIALOGS}
2008-01-18 17:10:54 +00:00
dist.cpp
dragsegm.cpp
drc.cpp
drc_clearance_test_functions.cpp
drc_marker_functions.cpp
2008-01-18 17:10:54 +00:00
edgemod.cpp
edit.cpp
editedge.cpp
editmod.cpp
editrack.cpp
editrack-part2.cpp
2009-06-21 13:37:27 +00:00
edit_pcb_text.cpp
2008-01-18 17:10:54 +00:00
edit_track_width.cpp
edtxtmod.cpp
2009-10-03 17:18:08 +00:00
event_handlers_tracks_vias_sizes.cpp
2008-01-18 17:10:54 +00:00
export_gencad.cpp
export_vrml.cpp
2008-01-18 17:10:54 +00:00
files.cpp
find.cpp
2008-01-18 17:09:39 +00:00
gen_drill_report_files.cpp
gen_holes_and_tools_lists_for_drill.cpp
2008-01-18 17:10:54 +00:00
gen_modules_placefile.cpp
gendrill.cpp
globaleditpad.cpp
2008-03-11 15:57:54 +00:00
gpcb_exchange.cpp
2008-01-18 17:10:54 +00:00
graphpcb.cpp
highlight.cpp
2008-01-18 17:10:54 +00:00
hotkeys.cpp
hotkeys_board_editor.cpp
hotkeys_module_editor.cpp
2008-01-18 17:10:54 +00:00
initpcb.cpp
ioascii.cpp
2010-01-21 07:41:30 +00:00
layer_widget.cpp
2008-01-18 17:10:54 +00:00
librairi.cpp
loadcmp.cpp
magnetic_tracks_functions.cpp
2010-01-17 20:25:10 +00:00
menubar_modedit.cpp
menubar_pcbframe.cpp
minimun_spanning_tree.cpp
2008-01-18 17:10:54 +00:00
mirepcb.cpp
modedit.cpp
modedit_onclick.cpp
modeditoptions.cpp
modedit_undo_redo.cpp
moduleframe.cpp
modules.cpp
move-drag_pads.cpp
move_or_drag_track.cpp
muonde.cpp
muwave_command.cpp
netlist.cpp
onleftclick.cpp
onrightclick.cpp
pcb_plot_params.cpp
pcb_plot_params_keywords.cpp
2008-01-18 17:10:54 +00:00
pcbnew.cpp
pcbnew_config.cpp
2008-01-18 17:10:54 +00:00
pcbplot.cpp
plotgerb.cpp
plothpgl.cpp
plotps.cpp
2009-06-30 10:43:20 +00:00
plotdxf.cpp
2008-01-18 17:10:54 +00:00
plot_rtn.cpp
print_board_functions.cpp
printout_controler.cpp
2008-01-18 17:10:54 +00:00
queue.cpp
ratsnest.cpp
set_grid.cpp
solve.cpp
2008-01-21 22:16:45 +00:00
specctra.cpp
specctra_export.cpp
2008-02-06 22:32:15 +00:00
specctra_import.cpp
specctra_keywords.cpp
2008-01-18 17:10:54 +00:00
swap_layers.cpp
tool_modedit.cpp
tool_onrightclick.cpp
tool_pcb.cpp
toolbars_update_user_interface.cpp
2008-01-18 17:10:54 +00:00
tracepcb.cpp
tr_modif.cpp
trpiste.cpp
work.cpp
xchgmod.cpp
zones_convert_brd_items_to_polygons_with_Boost.cpp
zones_convert_to_polygons_aux_functions.cpp
2008-01-18 17:10:54 +00:00
zones_by_polygon.cpp
zones_by_polygon_fill_functions.cpp
zone_filling_algorithm.cpp
zones_functions_for_undo_redo.cpp
zones_non_copper_type_functions.cpp
zones_polygons_insulated_copper_islands.cpp
zones_polygons_test_connections.cpp
zones_test_and_combine_areas.cpp
)
2010-05-16 18:18:38 +00:00
###
# We need some extra sources from common
###
2008-03-11 15:57:54 +00:00
set(PCBNEW_EXTRA_SRCS
../common/dialogs/dialog_page_settings.cpp
)
2010-05-16 18:18:38 +00:00
###
# Windows resource file
###
2008-03-11 15:57:54 +00:00
if(WIN32)
if(MINGW)
# PCBNEW_RESOURCES variable is set by the macro.
mingw_resource_compiler(pcbnew)
2008-03-11 15:57:54 +00:00
else(MINGW)
set(PCBNEW_RESOURCES pcbnew.rc)
endif(MINGW)
endif(WIN32)
2010-05-16 18:18:38 +00:00
###
# Set properties for APPLE on pcbnew target
###
2008-03-11 15:57:54 +00:00
if(APPLE)
set(PCBNEW_RESOURCES pcbnew.icns pcbnew_doc.icns)
2008-06-15 16:31:32 +00:00
set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/pcbnew.icns"
PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/pcbnew_doc.icns"
PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
2008-06-15 16:31:32 +00:00
set(MACOSX_BUNDLE_ICON_FILE pcbnew.icns)
set(MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.pcbnew)
set(MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
2008-03-11 15:57:54 +00:00
endif(APPLE)
2009-12-03 06:30:54 +00:00
# Create a C++ compilable string initializer containing html text into a *.h file:
add_custom_command(
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/dialogs/dialog_freeroute_exchange_help_html.h
2010-09-29 20:39:53 +00:00
COMMAND ${CMAKE_COMMAND}
-DinputFile=${CMAKE_CURRENT_SOURCE_DIR}/dialogs/dialog_freeroute_exchange_help.html
-DoutputFile=${CMAKE_CURRENT_SOURCE_DIR}/dialogs/dialog_freeroute_exchange_help_html.h
-P ${CMAKE_MODULE_PATH}/Html2C.cmake
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/dialogs/dialog_freeroute_exchange_help.html
COMMENT "creating ${CMAKE_CURRENT_SOURCE_DIR}/dialogs/dialog_freeroute_exchange_help_html.h
from ${CMAKE_CURRENT_SOURCE_DIR}/dialogs/dialog_freeroute_exchange_help.html"
)
set_source_files_properties( dialogs/dialog_freeroute_exchange.cpp
2009-12-03 06:30:54 +00:00
PROPERTIES
OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/dialogs/dialog_freeroute_exchange_help_html.h
2009-12-03 06:30:54 +00:00
)
# auto-generate specctra_lexer.h and specctra_keywords.cpp
make_lexer(
${CMAKE_CURRENT_SOURCE_DIR}/specctra.keywords
${CMAKE_CURRENT_SOURCE_DIR}/specctra_lexer.h
${CMAKE_CURRENT_SOURCE_DIR}/specctra_keywords.cpp
DSN
)
# auto-generate pcb_plot_params_lexer.h and pcb_plot_params_keywords.cpp
make_lexer(
${CMAKE_CURRENT_SOURCE_DIR}/pcb_plot_params.keywords
${CMAKE_CURRENT_SOURCE_DIR}/pcb_plot_params_lexer.h
${CMAKE_CURRENT_SOURCE_DIR}/pcb_plot_params_keywords.cpp
PCBPLOTPARAMS_T
)
2010-05-16 18:18:38 +00:00
###
# Create the pcbnew executable
###
add_executable(pcbnew WIN32 MACOSX_BUNDLE
${PCBNEW_SRCS}
${PCBNEW_EXTRA_SRCS}
${PCBNEW_RESOURCES}
)
2010-05-16 18:18:38 +00:00
###
# Set properties for APPLE on pcbnew target
###
if(APPLE)
2010-05-16 18:18:38 +00:00
set_target_properties(pcbnew PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
endif(APPLE)
2010-05-16 18:18:38 +00:00
###
# Link executable target pcbnew with correct libraries
###
target_link_libraries(pcbnew 3d-viewer common pcbcommon polygon bitmaps kbool
${OPENGL_LIBRARIES}
${wxWidgets_LIBRARIES}
${GDI_PLUS_LIBRARIES})
2008-03-31 01:32:15 +00:00
2010-05-16 18:18:38 +00:00
###
# Add pcbnew as install target
###
install(TARGETS pcbnew
2008-09-14 11:46:58 +00:00
DESTINATION ${KICAD_BIN}
2008-06-15 16:31:32 +00:00
COMPONENT binary)
2008-03-31 01:32:15 +00:00
# The specctra test fails to build properly using MS Visual Studio.
if(NOT MSVC)
# This one gets made only when testing.
add_executable(specctra_test EXCLUDE_FROM_ALL specctra_test.cpp specctra.cpp)
target_link_libraries(specctra_test common ${wxWidgets_LIBRARIES})
endif(NOT MSVC)
2010-01-05 17:45:38 +00:00
# This one gets made only when testing.
add_executable(layer_widget_test WIN32 EXCLUDE_FROM_ALL
2010-01-05 17:45:38 +00:00
layer_widget.cpp
)
2010-01-07 02:18:25 +00:00
target_link_libraries(layer_widget_test common ${wxWidgets_LIBRARIES})