mirror of https://github.com/KLayout/klayout.git
17 lines
330 B
Prolog
17 lines
330 B
Prolog
|
|
|
||
|
|
DESTDIR_UT = $$OUT_PWD/../..
|
||
|
|
DESTDIR = $$OUT_PWD/..
|
||
|
|
|
||
|
|
TARGET = pex_tests
|
||
|
|
|
||
|
|
include($$PWD/../../lib_ut.pri)
|
||
|
|
|
||
|
|
SOURCES = \
|
||
|
|
pexRExtractorTests.cc \
|
||
|
|
|
||
|
|
INCLUDEPATH += $$TL_INC $$DB_INC $$GSI_INC $$PEX_INC
|
||
|
|
DEPENDPATH += $$TL_INC $$DB_INC $$GSI_INC $$PEX_INC
|
||
|
|
|
||
|
|
LIBS += -L$$DESTDIR_UT -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_pex
|
||
|
|
|