comparison Resources/CMake/OrthancStoneParameters.cmake @ 613:412a2d01a189

automatic initialization of glew
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Apr 2019 16:44:23 +0200
parents 21fd70df3fc9
children 97926984d5d0
comparison
equal deleted inserted replaced
612:ba72bffceb7d 613:412a2d01a189
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_FREETYPE ON CACHE BOOL "Use the system version of Freetype")
45 set(USE_SYSTEM_GLEW ON CACHE BOOL "Use the system version of glew (for Windows only)")
45 set(USE_SYSTEM_PIXMAN ON CACHE BOOL "Use the system version of Pixman") 46 set(USE_SYSTEM_PIXMAN ON CACHE BOOL "Use the system version of Pixman")
46 set(USE_SYSTEM_SDL ON CACHE BOOL "Use the system version of SDL2") 47 set(USE_SYSTEM_SDL ON CACHE BOOL "Use the system version of SDL2")
47 48
48 49
49 ##################################################################### 50 #####################################################################