/[zanavi_public1]/navit/navit/font/freetype/CMakeLists.txt
ZANavi

Contents of /navit/navit/font/freetype/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File MIME type: text/plain
File size: 483 byte(s)
import files
1 module_add_library(font_freetype font_freetype.c)
2
3 if (FRIBIDI_FOUND)
4 set_property(
5 TARGET font_freetype
6 APPEND PROPERTY COMPILE_DEFINITIONS USE_FRIBIDI=1
7 )
8 set_property(
9 TARGET font_freetype
10 APPEND PROPERTY COMPILE_FLAGS "-I${FRIBIDI_INCLUDE_DIRS}"
11 )
12 if (NOT FRIBIDI2_FOUND)
13 set_property(
14 TARGET font_freetype
15 APPEND PROPERTY COMPILE_DEFINITIONS FRIBIDIOLD=1
16 )
17 endif (NOT FRIBIDI2_FOUND)
18 endif (FRIBIDI_FOUND)

   
Visit the ZANavi Wiki