Code

Extensions. Restack patch for bug #524481 (restack extension hangs for drawings with...
[inkscape.git] / src / libnrtype / CMakeLists.txt
1 SET(libnrtype_SRC
2 FontFactory.cpp
3 FontInstance.cpp
4 font-lister.cpp
5 font-style-to-pos.cpp
6 Layout-TNG.cpp
7 Layout-TNG-Compute.cpp
8 Layout-TNG-Input.cpp
9 Layout-TNG-OutIter.cpp
10 Layout-TNG-Output.cpp
11 Layout-TNG-Scanline-Makers.cpp
12 nr-type-pos-def.cpp
13 nr-type-primitives.cpp
14 RasterFont.cpp
15 TextWrapper.cpp
16 )
17 ADD_LIBRARY(nrtype STATIC ${libnrtype_SRC})
18 TARGET_LINK_LIBRARIES(nrtype
19 nr ${INKSCAPE_LIBS})