diff options
Diffstat (limited to 'src/progs/icd2/gui/CMakeLists.txt')
-rw-r--r-- | src/progs/icd2/gui/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/progs/icd2/gui/CMakeLists.txt b/src/progs/icd2/gui/CMakeLists.txt new file mode 100644 index 0000000..4bf6049 --- /dev/null +++ b/src/progs/icd2/gui/CMakeLists.txt @@ -0,0 +1,9 @@ +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} +) + +##### libicd2ui (static) + +tde_add_library( icd2ui STATIC_PIC AUTOMOC + SOURCES icd2_group_ui.cpp +) |