diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-06-24 06:32:23 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-06-24 06:32:23 +0000 |
| commit | f53151e0184975e4331f5e981f57e32148379d74 (patch) | |
| tree | 90c2086e058777c2b464844e14fa61bca3dfc91c /src/ui/view | |
| parent | delivarotify, render with cairo; regression: cairo cannot do inverse (diff) | |
| download | inkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip | |
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to 'src/ui/view')
| -rw-r--r-- | src/ui/view/CMakeLists.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/ui/view/CMakeLists.txt b/src/ui/view/CMakeLists.txt index d80cac587..df2b422ca 100644 --- a/src/ui/view/CMakeLists.txt +++ b/src/ui/view/CMakeLists.txt @@ -1,21 +1,11 @@ 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 +) |
