mirror of https://github.com/KLayout/klayout.git
WIP: fixed PCB unit test .pro file.
This commit is contained in:
parent
9ca011d138
commit
4f63f5102b
|
|
@ -6,6 +6,7 @@ TARGET = pcb_tests
|
||||||
include($$PWD/../../../../lib_ut.pri)
|
include($$PWD/../../../../lib_ut.pri)
|
||||||
|
|
||||||
SOURCES = \
|
SOURCES = \
|
||||||
|
extGerberImport.cc \
|
||||||
|
|
||||||
INCLUDEPATH += $$LAY_INC $$TL_INC $$DB_INC $$GSI_INC $$PWD/../db_plugin
|
INCLUDEPATH += $$LAY_INC $$TL_INC $$DB_INC $$GSI_INC $$PWD/../db_plugin
|
||||||
DEPENDPATH += $$LAY_INC $$TL_INC $$DB_INC $$GSI_INC $$PWD/../db_plugin
|
DEPENDPATH += $$LAY_INC $$TL_INC $$DB_INC $$GSI_INC $$PWD/../db_plugin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue