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