mirror of https://github.com/KLayout/klayout.git
commit
19bc7abf9a
|
|
@ -179,6 +179,10 @@ win32 {
|
||||||
LIBS += -lpsapi -ldbghelp
|
LIBS += -lpsapi -ldbghelp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*bsd* {
|
||||||
|
LIBS += -lexecinfo
|
||||||
|
}
|
||||||
|
|
||||||
# Note: this accounts for UI-generated headers placed into the output folders in
|
# Note: this accounts for UI-generated headers placed into the output folders in
|
||||||
# shadow builds:
|
# shadow builds:
|
||||||
INCLUDEPATH += $$DESTDIR/laybasic/laybasic
|
INCLUDEPATH += $$DESTDIR/laybasic/laybasic
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
|
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = tl unit_tests
|
SUBDIRS = tl unit_tests
|
||||||
|
*bsd* {
|
||||||
|
LIBS += -lexecinfo
|
||||||
|
}
|
||||||
|
|
||||||
unit_tests.depends += tl
|
unit_tests.depends += tl
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue