summaryrefslogtreecommitdiffstats
path: root/src/io
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-06-24 06:32:23 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-06-24 06:32:23 +0000
commitf53151e0184975e4331f5e981f57e32148379d74 (patch)
tree90c2086e058777c2b464844e14fa61bca3dfc91c /src/io
parentdelivarotify, render with cairo; regression: cairo cannot do inverse (diff)
downloadinkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz
inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to 'src/io')
-rw-r--r--src/io/CMakeLists.txt12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/io/CMakeLists.txt b/src/io/CMakeLists.txt
index 8e159b24b..4da53ce0a 100644
--- a/src/io/CMakeLists.txt
+++ b/src/io/CMakeLists.txt
@@ -1,23 +1,13 @@
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
+)