diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-06-24 06:32:23 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-06-24 06:32:23 +0000 |
| commit | f53151e0184975e4331f5e981f57e32148379d74 (patch) | |
| tree | 90c2086e058777c2b464844e14fa61bca3dfc91c /src/libnrtype | |
| parent | delivarotify, render with cairo; regression: cairo cannot do inverse (diff) | |
| download | inkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip | |
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/CMakeLists.txt | 54 |
1 files changed, 17 insertions, 37 deletions
diff --git a/src/libnrtype/CMakeLists.txt b/src/libnrtype/CMakeLists.txt index 905fc44c3..28ff101c9 100644 --- a/src/libnrtype/CMakeLists.txt +++ b/src/libnrtype/CMakeLists.txt @@ -1,39 +1,19 @@ -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
-)
+SET(libnrtype_SRC +FontFactory.cpp +FontInstance.cpp +font-lister.cpp +font-style-to-pos.cpp +Layout-TNG.cpp +Layout-TNG-Compute.cpp +Layout-TNG-Input.cpp +Layout-TNG-OutIter.cpp +Layout-TNG-Output.cpp +Layout-TNG-Scanline-Makers.cpp +nr-type-pos-def.cpp +nr-type-primitives.cpp +RasterFont.cpp +TextWrapper.cpp +) ADD_LIBRARY(nrtype STATIC ${libnrtype_SRC}) -TARGET_LINK_LIBRARIES(nrtype
+TARGET_LINK_LIBRARIES(nrtype "${INKSCAPE_LINK_FLAGS}" nr ) |
