summaryrefslogtreecommitdiffstats
path: root/src/libcroco
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcroco')
-rw-r--r--src/libcroco/CMakeLists.txt63
1 files changed, 32 insertions, 31 deletions
diff --git a/src/libcroco/CMakeLists.txt b/src/libcroco/CMakeLists.txt
index 3ca55b4b5..7e8aa9176 100644
--- a/src/libcroco/CMakeLists.txt
+++ b/src/libcroco/CMakeLists.txt
@@ -1,32 +1,33 @@
-SET(libcroco_SRC
-cr-additional-sel.c
-cr-attr-sel.c
-cr-cascade.c
-cr-declaration.c
-cr-doc-handler.c
-cr-enc-handler.c
-cr-fonts.c
-cr-input.c
-cr-libxml-node-iface.c
-cr-num.c
-cr-om-parser.c
-cr-parser.c
-cr-parsing-location.c
-cr-prop-list.c
-cr-pseudo.c
-cr-rgb.c
-cr-selector.c
-cr-sel-eng.c
-cr-simple-sel.c
-cr-statement.c
-cr-string.c
-cr-style.c
-cr-stylesheet.c
-cr-term.c
-cr-tknzr.c
-cr-token.c
-cr-utils.c
+
+set(libcroco_SRC
+ cr-additional-sel.c
+ cr-attr-sel.c
+ cr-cascade.c
+ cr-declaration.c
+ cr-doc-handler.c
+ cr-enc-handler.c
+ cr-fonts.c
+ cr-input.c
+ cr-libxml-node-iface.c
+ cr-num.c
+ cr-om-parser.c
+ cr-parser.c
+ cr-parsing-location.c
+ cr-prop-list.c
+ cr-pseudo.c
+ cr-rgb.c
+ cr-selector.c
+ cr-sel-eng.c
+ cr-simple-sel.c
+ cr-statement.c
+ cr-string.c
+ cr-style.c
+ cr-stylesheet.c
+ cr-term.c
+ cr-tknzr.c
+ cr-token.c
+ cr-utils.c
)
-ADD_LIBRARY(croco STATIC ${libcroco_SRC})
-TARGET_LINK_LIBRARIES(croco
-${INKSCAPE_LIBS}) \ No newline at end of file
+
+add_library(croco STATIC ${libcroco_SRC})
+target_link_libraries(croco ${INKSCAPE_LIBS})