diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-30 17:30:24 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-30 17:30:24 +0000 |
| commit | ebdd3e096f7e2055e563c90e484fde48dfc7d588 (patch) | |
| tree | 237d3c04ef7ecd4fd37c1b40b49405d44e45eee0 /src/util | |
| parent | add CMakeLists.txt file for src/ui and subdirs (diff) | |
| download | inkscape-ebdd3e096f7e2055e563c90e484fde48dfc7d588.tar.gz inkscape-ebdd3e096f7e2055e563c90e484fde48dfc7d588.zip | |
add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. minimal checking was done with existing Makefile_insert
(bzr r5241)
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/CMakeLists.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt new file mode 100644 index 000000000..85aebb57a --- /dev/null +++ b/src/util/CMakeLists.txt @@ -0,0 +1,19 @@ +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 |
