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/libnrtype | |
| 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/libnrtype')
| -rw-r--r-- | src/libnrtype/CMakeLists.txt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/libnrtype/CMakeLists.txt b/src/libnrtype/CMakeLists.txt new file mode 100644 index 000000000..9d83d28fb --- /dev/null +++ b/src/libnrtype/CMakeLists.txt @@ -0,0 +1,37 @@ +SET(libnrtype_SRC
+boundary-type.h
+FontFactory.cpp
+FontFactory.h
+font-glyph.h
+FontInstance.cpp
+font-instance.h
+font-lister.cpp
+font-lister.h
+font-style.h
+font-style-to-pos.cpp
+font-style-to-pos.h
+Layout-TNG.cpp
+Layout-TNG.h
+Layout-TNG-Compute.cpp
+Layout-TNG-Input.cpp
+Layout-TNG-OutIter.cpp
+Layout-TNG-Output.cpp
+Layout-TNG-Scanline-Maker.h
+Layout-TNG-Scanline-Makers.cpp
+nrtype-forward.h
+nr-type-pos-def.cpp
+nr-type-pos-def.h
+nr-type-primitives.cpp
+nr-type-primitives.h
+one-box.h
+one-glyph.h
+one-para.h
+RasterFont.cpp
+RasterFont.h
+raster-glyph.h
+raster-position.h
+text-boundary.h
+TextWrapper.cpp
+TextWrapper.h
+)
+ADD_LIBRARY(inklibnrtype STATIC ${libnrtype_SRC})
\ No newline at end of file |
