diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-30 18:13:53 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-30 18:13:53 +0000 |
| commit | 31c122936be7ce128ecbdac60fab84136ceca3bd (patch) | |
| tree | 2b9861a3ec6fad480746e6652eecde3d91fcb607 /src/libcroco | |
| parent | revert Makefile changes accidentally committed (sorry to make this mistake a... (diff) | |
| download | inkscape-31c122936be7ce128ecbdac60fab84136ceca3bd.tar.gz inkscape-31c122936be7ce128ecbdac60fab84136ceca3bd.zip | |
add CMakeFiles for libcroco, libgdl, libnr, libnrtype.
(bzr r5247)
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 |
