diff options
Diffstat (limited to 'src/devices/mem24/base/base.pro')
-rw-r--r-- | src/devices/mem24/base/base.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/mem24/base/base.pro b/src/devices/mem24/base/base.pro new file mode 100644 index 0000000..a42b768 --- /dev/null +++ b/src/devices/mem24/base/base.pro @@ -0,0 +1,6 @@ +STOPDIR = ../../../.. +include($${STOPDIR}/lib.pro) + +TARGET = mem24base +HEADERS += mem24.h +SOURCES += mem24.cpp |