Fix isses after base_units.cpp changes.
This commit is contained in:
parent
15b5b48992
commit
71bb7d63d9
|
@ -43,6 +43,11 @@
|
|||
// mostly for KICAD_T
|
||||
%include typeinfo.i
|
||||
|
||||
%{
|
||||
#include <base_units.h>
|
||||
%}
|
||||
%include <base_units.h>
|
||||
|
||||
%{
|
||||
#include <lib_id.h>
|
||||
%}
|
||||
|
|
|
@ -57,7 +57,6 @@ add_executable( drc_proto
|
|||
../../qa_utils/test_app_main.cpp
|
||||
../../qa_utils/utility_program.cpp
|
||||
../../qa_utils/stdstream_line_reader.cpp
|
||||
../../../common/base_units.cpp
|
||||
)
|
||||
|
||||
add_dependencies( drc_proto pnsrouter pcbcommon ${PCBNEW_IO_LIBRARIES} )
|
||||
|
|
Loading…
Reference in New Issue