diff options
Diffstat (limited to 'src/xml_to_data')
-rw-r--r-- | src/xml_to_data/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xml_to_data/CMakeLists.txt b/src/xml_to_data/CMakeLists.txt new file mode 100644 index 0000000..995cc45 --- /dev/null +++ b/src/xml_to_data/CMakeLists.txt @@ -0,0 +1,7 @@ + +##### libxmltodata (static) + +tde_add_library( xmltodata STATIC_PIC AUTOMOC + SOURCES xml_to_data.cpp device_xml_to_data.cpp + LINK ${TQT_LIBRARIES} +) |