mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Merge branch '0.9.0' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.0
This commit is contained in:
commit
7b8ac51ea3
@ -8,5 +8,9 @@ add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
add_subdirectory(glm)
|
||||
add_subdirectory(doc)
|
||||
|
||||
option(GLM_DEVELOPMENT_MODE "GLM development" OFF)
|
||||
if(NOT GLM_DEVELOPMENT_MODE)
|
||||
message(FATAL_ERROR "GLM is a header only library, no need to build it")
|
||||
endif()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user