summaryrefslogtreecommitdiffstats
path: root/src/ui/view
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/view')
-rw-r--r--src/ui/view/CMakeLists.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ui/view/CMakeLists.txt b/src/ui/view/CMakeLists.txt
new file mode 100644
index 000000000..e264d910a
--- /dev/null
+++ b/src/ui/view/CMakeLists.txt
@@ -0,0 +1,21 @@
+SET(ui_view_SRC
+desktop.cpp
+desktop.h
+desktop-affine.cpp
+desktop-affine.h
+desktop-events.cpp
+desktop-events.h
+desktop-handles.cpp
+desktop-handles.h
+desktop-style.cpp
+desktop-style.h
+edit.cpp
+edit.h
+edit-widget.cpp
+edit-widget.h
+edit-widget-interface.h
+view.cpp
+view.h
+view-widget.cpp
+view-widget.h
+) \ No newline at end of file