mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 03:21:34 +02:00
10 lines
104 B
Prolog
10 lines
104 B
Prolog
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = tl unit_tests
|
|
*bsd* {
|
|
LIBS += -lexecinfo
|
|
}
|
|
|
|
unit_tests.depends += tl
|
|
|