comparison Resources/CMake/OrthancStoneParameters.cmake @ 576:529c9617654b

FontRenderer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Apr 2019 15:11:16 +0200
parents adc1be326b62
children 21fd70df3fc9
comparison
equal deleted inserted replaced
575:919226caca82 576:529c9617654b
39 ## CMake parameters tunable by the user 39 ## CMake parameters tunable by the user
40 ##################################################################### 40 #####################################################################
41 41
42 # Advanced parameters to fine-tune linking against system libraries 42 # Advanced parameters to fine-tune linking against system libraries
43 set(USE_SYSTEM_CAIRO ON CACHE BOOL "Use the system version of Cairo") 43 set(USE_SYSTEM_CAIRO ON CACHE BOOL "Use the system version of Cairo")
44 set(USE_SYSTEM_FREETYPE ON CACHE BOOL "Use the system version of Freetype")
44 set(USE_SYSTEM_PIXMAN ON CACHE BOOL "Use the system version of Pixman") 45 set(USE_SYSTEM_PIXMAN ON CACHE BOOL "Use the system version of Pixman")
45 set(USE_SYSTEM_SDL ON CACHE BOOL "Use the system version of SDL2") 46 set(USE_SYSTEM_SDL ON CACHE BOOL "Use the system version of SDL2")
46 47
47 48
48 ##################################################################### 49 #####################################################################