mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Define GLM_ENABLE_EXPERIMENTAL globally for GTX extension compatibility
This commit is contained in:
parent
bf9d3c7b2b
commit
aba701aeda
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ find_package(glm QUIET)
|
||||||
if(NOT glm_FOUND)
|
if(NOT glm_FOUND)
|
||||||
message(STATUS "GLM not found, will use system includes or download")
|
message(STATUS "GLM not found, will use system includes or download")
|
||||||
endif()
|
endif()
|
||||||
|
# GLM GTX extensions (quaternion, norm, etc.) require this flag on newer GLM versions
|
||||||
|
add_compile_definitions(GLM_ENABLE_EXPERIMENTAL)
|
||||||
|
|
||||||
# StormLib for MPQ extraction tool (not needed for main executable)
|
# StormLib for MPQ extraction tool (not needed for main executable)
|
||||||
find_library(STORMLIB_LIBRARY NAMES StormLib stormlib storm)
|
find_library(STORMLIB_LIBRARY NAMES StormLib stormlib storm)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue