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/util | |
| 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/util')
| -rw-r--r-- | src/util/CMakeLists.txt | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt index 1a5c48ba2..b11720c26 100644 --- a/src/util/CMakeLists.txt +++ b/src/util/CMakeLists.txt @@ -1,19 +1,5 @@ SET(util_SRC -enums.h -filter-list.h -fixed_point.h -format.h -forward-pointer-iterator.h -glib-list-iterators.h -list.h -list-container.h list-container-test.cpp -map-list.h -mathfns.h -reverse-list.h share.cpp -share.h -tuple.h units.cpp -units.h -)
\ No newline at end of file +) |
