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