You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
piklab/src/xml_to_data/CMakeLists.txt

8 lines
151 B

##### libxmltodata (static)
tde_add_library( xmltodata STATIC_PIC AUTOMOC
SOURCES xml_to_data.cpp device_xml_to_data.cpp
LINK ${TQT_LIBRARIES}
)