diff options
Diffstat (limited to 'src/libcroco')
| -rw-r--r-- | src/libcroco/CMakeLists.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/libcroco/CMakeLists.txt b/src/libcroco/CMakeLists.txt new file mode 100644 index 000000000..8ea30b394 --- /dev/null +++ b/src/libcroco/CMakeLists.txt @@ -0,0 +1,32 @@ +SET(libcroco_SRC
+cr-additional-sel.h
+cr-attr-sel.h
+cr-cascade.h
+cr-declaration.h
+cr-doc-handler.h
+cr-enc-handler.h
+cr-fonts.h
+cr-input.h
+cr-libxml-node-iface.h
+cr-node-iface.h
+cr-num.h
+cr-om-parser.h
+cr-parser.h
+cr-parsing-location.h
+cr-prop-list.h
+cr-pseudo.h
+cr-rgb.h
+cr-selector.h
+cr-sel-eng.h
+cr-simple-sel.h
+cr-statement.h
+cr-string.h
+cr-style.h
+cr-stylesheet.h
+cr-term.h
+cr-tknzr.h
+cr-token.h
+cr-utils.h
+libcroco.h
+)
+ADD_LIBRARY(inklibcroco STATIC ${libcroco_SRC})
\ No newline at end of file |
