Added developer option
This commit is contained in:
parent
e6135ad1bd
commit
3481b82b6b
@ -8,5 +8,9 @@ add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
|||||||
add_subdirectory(glm)
|
add_subdirectory(glm)
|
||||||
add_subdirectory(doc)
|
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…
x
Reference in New Issue
Block a user