mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 00:39:53 +02:00
17 lines
259 B
Prolog
17 lines
259 B
Prolog
|
|
TARGET = net_tracer
|
|
DESTDIR = $$OUT_PWD/../../../../db_plugins
|
|
|
|
include($$PWD/../../../db_plugin.pri)
|
|
|
|
HEADERS = \
|
|
dbNetTracer.h \
|
|
dbNetTracerIO.h \
|
|
|
|
SOURCES = \
|
|
dbNetTracer.cc \
|
|
dbNetTracerIO.cc \
|
|
dbNetTracerPlugin.cc \
|
|
gsiDeclDbNetTracer.cc \
|
|
|