summaryrefslogtreecommitdiffstats
path: root/src/dom/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/io')
-rw-r--r--src/dom/io/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/dom/io/CMakeLists.txt b/src/dom/io/CMakeLists.txt
new file mode 100644
index 000000000..c8a98466d
--- /dev/null
+++ b/src/dom/io/CMakeLists.txt
@@ -0,0 +1,11 @@
+SET(dom_io_SRC
+base64stream.cpp
+bufferstream.cpp
+domstream.cpp
+gzipstream.cpp
+httpclient.cpp
+socket.cpp
+stringstream.cpp
+uristream.cpp
+)
+