Code

Rearrange to enable code that does not directly rely on lcms.
[inkscape.git] / src / dom / io / CMakeLists.txt
1 SET(dom_io_SRC
2 base64stream.cpp
3 bufferstream.cpp
4 domstream.cpp
5 gzipstream.cpp
6 httpclient.cpp
7 socket.cpp
8 stringstream.cpp
9 uristream.cpp
10 )