Nothing but the pcb calc will use eseries for the forseeable future
This commit is contained in:
parent
96bec8c553
commit
e944a61830
|
@ -332,7 +332,6 @@ set( COMMON_SRCS
|
||||||
eda_units.cpp
|
eda_units.cpp
|
||||||
env_paths.cpp
|
env_paths.cpp
|
||||||
env_vars.cpp
|
env_vars.cpp
|
||||||
eseries.cpp
|
|
||||||
exceptions.cpp
|
exceptions.cpp
|
||||||
executable_names.cpp
|
executable_names.cpp
|
||||||
filename_resolver.cpp
|
filename_resolver.cpp
|
||||||
|
|
|
@ -9,6 +9,7 @@ include_directories(
|
||||||
|
|
||||||
set( PCB_CALCULATOR_SRCS
|
set( PCB_CALCULATOR_SRCS
|
||||||
common_data.cpp
|
common_data.cpp
|
||||||
|
eseries.cpp
|
||||||
params_read_write.cpp
|
params_read_write.cpp
|
||||||
pcb_calculator_control.cpp
|
pcb_calculator_control.cpp
|
||||||
pcb_calculator_frame.cpp
|
pcb_calculator_frame.cpp
|
||||||
|
|
Loading…
Reference in New Issue