summaryrefslogtreecommitdiffstats
path: root/src/devices/mem24/base/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/mem24/base/CMakeLists.txt')
-rw-r--r--src/devices/mem24/base/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/mem24/base/CMakeLists.txt b/src/devices/mem24/base/CMakeLists.txt
new file mode 100644
index 0000000..9ebe8f6
--- /dev/null
+++ b/src/devices/mem24/base/CMakeLists.txt
@@ -0,0 +1,6 @@
+
+##### libmem24base (static)
+
+tde_add_library( mem24base STATIC_PIC AUTOMOC
+ SOURCES mem24.cpp
+)