summaryrefslogtreecommitdiffstats
path: root/src/devices/mem24/xml_data
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 18:59:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-10 10:12:21 +0900
commit199d48de5c43ab5da32fdfe2006f9d89bd4b6d17 (patch)
treeaad515de6f834996717e6081de9345e691208164 /src/devices/mem24/xml_data
parentee905d21f182005df07129483be48f35292856fe (diff)
downloadpiklab-199d48de5c43ab5da32fdfe2006f9d89bd4b6d17.tar.gz
piklab-199d48de5c43ab5da32fdfe2006f9d89bd4b6d17.zip
CMake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/devices/mem24/xml_data')
-rw-r--r--src/devices/mem24/xml_data/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/devices/mem24/xml_data/CMakeLists.txt b/src/devices/mem24/xml_data/CMakeLists.txt
new file mode 100644
index 0000000..3fa1b1f
--- /dev/null
+++ b/src/devices/mem24/xml_data/CMakeLists.txt
@@ -0,0 +1,11 @@
+
+##### libmem24xml (static)
+
+add_custom_command(
+ OUTPUT mem24_data.cpp
+ COMMAND mem24_xml_to_data ${CMAKE_CURRENT_SOURCE_DIR}
+)
+
+tde_add_library( mem24xml STATIC_PIC AUTOMOC
+ SOURCES ${CMAKE_CURRENT_BINARY_DIR}/mem24_data.cpp
+)