You cannot 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/devices/mem24/gui/CMakeLists.txt

10 lines
199 B
CMake

include_directories(
${CMAKE_CURRENT_BINARY_DIR}
)
##### libmem24ui (static)
tde_add_library( mem24ui STATIC_PIC AUTOMOC
SOURCES mem24_hex_view.cpp mem24_memory_editor.cpp mem24_group_ui.cpp
)