mirror of https://github.com/KLayout/klayout.git
21 lines
387 B
Prolog
21 lines
387 B
Prolog
|
|
|
||
|
|
DESTDIR_UT = $$OUT_PWD/../..
|
||
|
|
|
||
|
|
TARGET = bd_tests
|
||
|
|
|
||
|
|
include($$PWD/../../klayout.pri)
|
||
|
|
include($$PWD/../../lib_ut.pri)
|
||
|
|
|
||
|
|
SOURCES = \
|
||
|
|
pymod_tests.cc
|
||
|
|
|
||
|
|
DEFINES += \
|
||
|
|
PYTHON=$$PYTHON \
|
||
|
|
PYTHONPATH=$$DESTDIR_UT
|
||
|
|
|
||
|
|
|
||
|
|
INCLUDEPATH += $$BD_INC $$DB_INC $$TL_INC $$GSI_INC
|
||
|
|
DEPENDPATH += $$BD_INC $$DB_INC $$TL_INC $$GSI_INC
|
||
|
|
|
||
|
|
LIBS += -L$$DESTDIR_UT -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi
|