diff options
Diffstat (limited to 'src/devices/pic/xml_data')
-rw-r--r-- | src/devices/pic/xml_data/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/devices/pic/xml_data/CMakeLists.txt b/src/devices/pic/xml_data/CMakeLists.txt new file mode 100644 index 0000000..df4c2b2 --- /dev/null +++ b/src/devices/pic/xml_data/CMakeLists.txt @@ -0,0 +1,11 @@ + +##### libpicxml (static) + +add_custom_command( + OUTPUT pic_data.cpp + COMMAND pic_xml_to_data ${CMAKE_CURRENT_SOURCE_DIR} +) + +tde_add_library( picxml STATIC_PIC AUTOMOC + SOURCES ${CMAKE_CURRENT_BINARY_DIR}/pic_data.cpp +) |