mirror of https://github.com/KLayout/klayout.git
Provide proper input for linker for rba/pya unit tests.
This commit is contained in:
parent
65ec67ca3c
commit
80226e8c1c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue