summaryrefslogtreecommitdiffstats
path: root/src/coff/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/coff/xml')
-rw-r--r--src/coff/xml/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/coff/xml/CMakeLists.txt b/src/coff/xml/CMakeLists.txt
new file mode 100644
index 0000000..e837ece
--- /dev/null
+++ b/src/coff/xml/CMakeLists.txt
@@ -0,0 +1,9 @@
+
+##### xml_coff_parser (executable)
+
+tde_add_executable( xml_coff_parser AUTOMOC
+ SOURCES xml_coff_parser.cpp gpprocessor.cpp
+ LINK
+ devicelistnoui-static pic-static picbase-static picxml-static mem24-static mem24base-static mem24xml-static
+ xmltodata-static devicebase-static common-static tdecore-shared
+)