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
|
../common
|
||||||
../polygon
|
../polygon
|
||||||
../common/dialogs
|
../common/dialogs
|
||||||
|
./exporters
|
||||||
../lib_dxf
|
../lib_dxf
|
||||||
./import_dxf
|
./import_dxf
|
||||||
${INC_AFTER}
|
${INC_AFTER}
|
||||||
|
@ -125,6 +126,18 @@ set( PCBNEW_IMPORT_DXF
|
||||||
import_dxf/dxf2brd_items.cpp
|
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
|
set( PCBNEW_AUTOROUTER_SRCS
|
||||||
autorouter/rect_placement/rect_placement.cpp
|
autorouter/rect_placement/rect_placement.cpp
|
||||||
autorouter/move_and_route_event_functions.cpp
|
autorouter/move_and_route_event_functions.cpp
|
||||||
|
@ -159,6 +172,7 @@ set( PCBNEW_CLASS_SRCS
|
||||||
deltrack.cpp
|
deltrack.cpp
|
||||||
${PCBNEW_DIALOGS}
|
${PCBNEW_DIALOGS}
|
||||||
${PCBNEW_IMPORT_DXF}
|
${PCBNEW_IMPORT_DXF}
|
||||||
|
${PCBNEW_EXPORTERS}
|
||||||
dragsegm.cpp
|
dragsegm.cpp
|
||||||
drc.cpp
|
drc.cpp
|
||||||
drc_clearance_test_functions.cpp
|
drc_clearance_test_functions.cpp
|
||||||
|
@ -173,21 +187,12 @@ set( PCBNEW_CLASS_SRCS
|
||||||
edit_track_width.cpp
|
edit_track_width.cpp
|
||||||
edtxtmod.cpp
|
edtxtmod.cpp
|
||||||
event_handlers_tracks_vias_sizes.cpp
|
event_handlers_tracks_vias_sizes.cpp
|
||||||
export_d356.cpp
|
|
||||||
export_gencad.cpp
|
|
||||||
export_idf.cpp
|
|
||||||
export_vrml.cpp
|
|
||||||
vrml_board.cpp
|
|
||||||
files.cpp
|
files.cpp
|
||||||
gen_drill_report_files.cpp
|
|
||||||
gen_modules_placefile.cpp
|
|
||||||
gendrill_Excellon_writer.cpp
|
|
||||||
globaleditpad.cpp
|
globaleditpad.cpp
|
||||||
highlight.cpp
|
highlight.cpp
|
||||||
hotkeys.cpp
|
hotkeys.cpp
|
||||||
hotkeys_board_editor.cpp
|
hotkeys_board_editor.cpp
|
||||||
hotkeys_module_editor.cpp
|
hotkeys_module_editor.cpp
|
||||||
idf.cpp
|
|
||||||
initpcb.cpp
|
initpcb.cpp
|
||||||
layer_widget.cpp
|
layer_widget.cpp
|
||||||
librairi.cpp
|
librairi.cpp
|
||||||
|
|
Loading…
Reference in New Issue