mirror of https://github.com/KLayout/klayout.git
11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
|
|
|
||
|
|
TEMPLATE = lib
|
||
|
|
|
||
|
|
inst_target.path = $$PREFIX
|
||
|
|
win32 {
|
||
|
|
inst_target.files = $$DESTDIR/$${TARGET}.dll
|
||
|
|
} else {
|
||
|
|
inst_target.files = $$DESTDIR/lib$${TARGET}.so
|
||
|
|
}
|
||
|
|
INSTALLS = inst_target
|