Code

Extensions. Check element now search in the extension directory (see Bug #668895...
[inkscape.git] / src / libcroco / CMakeLists.txt
1 SET(libcroco_SRC
2 cr-additional-sel.c
3 cr-attr-sel.c
4 cr-cascade.c
5 cr-declaration.c
6 cr-doc-handler.c
7 cr-enc-handler.c
8 cr-fonts.c
9 cr-input.c
10 cr-libxml-node-iface.c
11 cr-num.c
12 cr-om-parser.c
13 cr-parser.c
14 cr-parsing-location.c
15 cr-prop-list.c
16 cr-pseudo.c
17 cr-rgb.c
18 cr-selector.c
19 cr-sel-eng.c
20 cr-simple-sel.c
21 cr-statement.c
22 cr-string.c
23 cr-style.c
24 cr-stylesheet.c
25 cr-term.c
26 cr-tknzr.c
27 cr-token.c
28 cr-utils.c
29 )
30 ADD_LIBRARY(croco STATIC ${libcroco_SRC})
31 TARGET_LINK_LIBRARIES(croco
32 ${INKSCAPE_LIBS})