diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-30 17:48:32 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-30 17:48:32 +0000 |
| commit | 7cc32d11af936e584741d4c28e955f7a2f5b34f1 (patch) | |
| tree | 3e09b4d47ff969107efdf8fdbac8262d887e4675 /src/io | |
| parent | revert Makefile changes accidentally committed (diff) | |
| download | inkscape-7cc32d11af936e584741d4c28e955f7a2f5b34f1.tar.gz inkscape-7cc32d11af936e584741d4c28e955f7a2f5b34f1.zip | |
add CMakeFiles for io, jabber_whiteboard libavoid libcola.
(bzr r5245)
Diffstat (limited to 'src/io')
| -rw-r--r-- | src/io/CMakeLists.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/io/CMakeLists.txt b/src/io/CMakeLists.txt new file mode 100644 index 000000000..5b19b8d34 --- /dev/null +++ b/src/io/CMakeLists.txt @@ -0,0 +1,23 @@ +SET(io_SRC
+base64stream.cpp
+base64stream.h
+ftos.cpp
+ftos.h
+gzipstream.cpp
+gzipstream.h
+inkscapestream.cpp
+inkscapestream.h
+resource.cpp
+resource.h
+simple-sax.cpp
+simple-sax.h
+streamtest.cpp
+stringstream.cpp
+stringstream.h
+sys.cpp
+sys.h
+uristream.cpp
+uristream.h
+xsltstream.cpp
+xsltstream.h
+)
\ No newline at end of file |
