mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-28 17:06:31 +02:00
Provide proper input for linker for rba/pya unit tests.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user