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