summaryrefslogtreecommitdiffstats
path: root/src/libcroco
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcroco')
-rw-r--r--src/libcroco/CMakeLists.txt114
1 files changed, 57 insertions, 57 deletions
diff --git a/src/libcroco/CMakeLists.txt b/src/libcroco/CMakeLists.txt
index 8d2d54a22..60a839bf9 100644
--- a/src/libcroco/CMakeLists.txt
+++ b/src/libcroco/CMakeLists.txt
@@ -1,59 +1,59 @@
-SET(libcroco_SRC
-cr-additional-sel.c
-cr-additional-sel.h
-cr-attr-sel.c
-cr-attr-sel.h
-cr-cascade.c
-cr-cascade.h
-cr-declaration.c
-cr-declaration.h
-cr-doc-handler.c
-cr-doc-handler.h
-cr-enc-handler.c
-cr-enc-handler.h
-cr-fonts.c
-cr-fonts.h
-cr-input.c
-cr-input.h
-cr-libxml-node-iface.c
-cr-libxml-node-iface.h
-cr-node-iface.h
-cr-num.c
-cr-num.h
-cr-om-parser.c
-cr-om-parser.h
-cr-parser.c
-cr-parser.h
-cr-parsing-location.c
-cr-parsing-location.h
-cr-prop-list.c
-cr-prop-list.h
-cr-pseudo.c
-cr-pseudo.h
-cr-rgb.c
-cr-rgb.h
-cr-selector.c
-cr-selector.h
-cr-sel-eng.c
-cr-sel-eng.h
-cr-simple-sel.c
-cr-simple-sel.h
-cr-statement.c
-cr-statement.h
-cr-string.c
-cr-string.h
-cr-style.c
-cr-style.h
-cr-stylesheet.c
-cr-stylesheet.h
-cr-term.c
-cr-term.h
-cr-tknzr.c
-cr-tknzr.h
-cr-token.c
-cr-token.h
-cr-utils.c
-cr-utils.h
-libcroco.h
+SET(libcroco_SRC
+cr-additional-sel.c
+cr-additional-sel.h
+cr-attr-sel.c
+cr-attr-sel.h
+cr-cascade.c
+cr-cascade.h
+cr-declaration.c
+cr-declaration.h
+cr-doc-handler.c
+cr-doc-handler.h
+cr-enc-handler.c
+cr-enc-handler.h
+cr-fonts.c
+cr-fonts.h
+cr-input.c
+cr-input.h
+cr-libxml-node-iface.c
+cr-libxml-node-iface.h
+cr-node-iface.h
+cr-num.c
+cr-num.h
+cr-om-parser.c
+cr-om-parser.h
+cr-parser.c
+cr-parser.h
+cr-parsing-location.c
+cr-parsing-location.h
+cr-prop-list.c
+cr-prop-list.h
+cr-pseudo.c
+cr-pseudo.h
+cr-rgb.c
+cr-rgb.h
+cr-selector.c
+cr-selector.h
+cr-sel-eng.c
+cr-sel-eng.h
+cr-simple-sel.c
+cr-simple-sel.h
+cr-statement.c
+cr-statement.h
+cr-string.c
+cr-string.h
+cr-style.c
+cr-style.h
+cr-stylesheet.c
+cr-stylesheet.h
+cr-term.c
+cr-term.h
+cr-tknzr.c
+cr-tknzr.h
+cr-token.c
+cr-token.h
+cr-utils.c
+cr-utils.h
+libcroco.h
)
ADD_LIBRARY(croco STATIC ${libcroco_SRC})