Provide proper input for linker for rba/pya unit tests.

This commit is contained in:
Matthias Koefferlein 2017-09-03 18:44:22 +02:00
parent 65ec67ca3c
commit 80226e8c1c
2 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ SOURCES = \
INCLUDEPATH += $$PYA_INC $$DB_INC $$TL_INC $$GSI_INC
DEPENDPATH += $$PYA_INC $$DB_INC $$TL_INC $$GSI_INC
LIBS += -L$$DESTDIR_UT -lklayout_db -lklayout_tl -lklayout_gsi
LIBS += -L$$DESTDIR_UT -lklayout_pya -lklayout_db -lklayout_tl -lklayout_gsi

View File

@ -12,5 +12,5 @@ SOURCES = \
INCLUDEPATH += $$RBA_INC $$TL_INC $$DB_INC $$GSI_INC
DEPENDPATH += $$RBA_INC $$TL_INC $$DB_INC $$GSI_INC
LIBS += -L$$DESTDIR_UT -lklayout_tl -lklayout_db -lklayout_gsi
LIBS += -L$$DESTDIR_UT -lklayout_rba -lklayout_tl -lklayout_db -lklayout_gsi