summaryrefslogtreecommitdiffstats
path: root/src/devices/mem24/xml/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/mem24/xml/CMakeLists.txt')
-rw-r--r--src/devices/mem24/xml/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/devices/mem24/xml/CMakeLists.txt b/src/devices/mem24/xml/CMakeLists.txt
new file mode 100644
index 0000000..542db17
--- /dev/null
+++ b/src/devices/mem24/xml/CMakeLists.txt
@@ -0,0 +1,7 @@
+
+##### mem24_xml_to_data (executable)
+
+tde_add_executable( mem24_xml_to_data AUTOMOC
+ SOURCES mem24_xml_to_data.cpp
+ LINK mem24base-static xmltodata-static devicebase-static common-static tdecore-shared
+)