diff options
Diffstat (limited to 'src/devices/gui')
-rw-r--r-- | src/devices/gui/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/devices/gui/CMakeLists.txt b/src/devices/gui/CMakeLists.txt new file mode 100644 index 0000000..92882dc --- /dev/null +++ b/src/devices/gui/CMakeLists.txt @@ -0,0 +1,9 @@ +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} +) + +##### libdeviceui (static) + +tde_add_library( deviceui STATIC_PIC AUTOMOC + SOURCES hex_word_editor.cpp memory_editor.cpp register_view.cpp hex_view.cpp device_group_ui.cpp +) |