Move files relative to export code to subdir exporters.
This commit is contained in:
parent
b02f12f440
commit
710e6a56c4
|
@ -27,6 +27,7 @@ include_directories(
|
|||
../common
|
||||
../polygon
|
||||
../common/dialogs
|
||||
./exporters
|
||||
../lib_dxf
|
||||
./import_dxf
|
||||
${INC_AFTER}
|
||||
|
@ -125,6 +126,18 @@ set( PCBNEW_IMPORT_DXF
|
|||
import_dxf/dxf2brd_items.cpp
|
||||
)
|
||||
|
||||
set( PCBNEW_EXPORTERS
|
||||
exporters/export_d356.cpp
|
||||
exporters/export_gencad.cpp
|
||||
exporters/export_idf.cpp
|
||||
exporters/export_vrml.cpp
|
||||
exporters/idf.cpp
|
||||
exporters/gen_drill_report_files.cpp
|
||||
exporters/gen_modules_placefile.cpp
|
||||
exporters/gendrill_Excellon_writer.cpp
|
||||
exporters/vrml_board.cpp
|
||||
)
|
||||
|
||||
set( PCBNEW_AUTOROUTER_SRCS
|
||||
autorouter/rect_placement/rect_placement.cpp
|
||||
autorouter/move_and_route_event_functions.cpp
|
||||
|
@ -159,6 +172,7 @@ set( PCBNEW_CLASS_SRCS
|
|||
deltrack.cpp
|
||||
${PCBNEW_DIALOGS}
|
||||
${PCBNEW_IMPORT_DXF}
|
||||
${PCBNEW_EXPORTERS}
|
||||
dragsegm.cpp
|
||||
drc.cpp
|
||||
drc_clearance_test_functions.cpp
|
||||
|
@ -173,21 +187,12 @@ set( PCBNEW_CLASS_SRCS
|
|||
edit_track_width.cpp
|
||||
edtxtmod.cpp
|
||||
event_handlers_tracks_vias_sizes.cpp
|
||||
export_d356.cpp
|
||||
export_gencad.cpp
|
||||
export_idf.cpp
|
||||
export_vrml.cpp
|
||||
vrml_board.cpp
|
||||
files.cpp
|
||||
gen_drill_report_files.cpp
|
||||
gen_modules_placefile.cpp
|
||||
gendrill_Excellon_writer.cpp
|
||||
globaleditpad.cpp
|
||||
highlight.cpp
|
||||
hotkeys.cpp
|
||||
hotkeys_board_editor.cpp
|
||||
hotkeys_module_editor.cpp
|
||||
idf.cpp
|
||||
initpcb.cpp
|
||||
layer_widget.cpp
|
||||
librairi.cpp
|
||||
|
|
Loading…
Reference in New Issue