1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-19 11:18:00 +02:00

Add experimental flag needed by glm 0.9.9

This commit is contained in:
Lucas Eriksson 2018-02-10 16:31:28 +01:00 committed by Daniel Evans
parent 2434a2b7f0
commit 6f50fa4ab7

View File

@ -17,6 +17,7 @@ target_compile_definitions(rw_interface
INTERFACE
"$<$<CONFIG:Debug>:RW_DEBUG=1>"
"GLM_FORCE_RADIANS"
"GLM_ENABLE_EXPERIMENTAL"
"RW_VERBOSE_DEBUG_MESSAGES=$<BOOL:${RW_VERBOSE_DEBUG_MESSAGES}>"
)