Attempt fix for Android build

This commit is contained in:
sabrina-shanman 2019-11-01 10:39:43 -07:00
parent 05ac16536e
commit a4c10e2903

View file

@ -220,6 +220,7 @@ find_package( Threads )
add_definitions(-DGLM_FORCE_RADIANS)
add_definitions(-DGLM_ENABLE_EXPERIMENTAL)
add_definitions(-DGLM_FORCE_CTOR_INIT)
add_definitions(-DGLM_LANG_STL11_FORCED) # Workaround for GLM not detecting support for C++11 templates on Android
if (WIN32)
# Deal with fakakta Visual Studo 2017 bug