From 66bac825285bb03e08fa354ac95dd61eacc3cf43 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 30 Mar 2008 17:22:12 +0000 Subject: add CMakeLists.txt file for src/ui and subdirs (bzr r5240) --- src/ui/view/CMakeLists.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/ui/view/CMakeLists.txt (limited to 'src/ui/view') 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 -- cgit v1.2.3