mirror of
https://github.com/icaven/glm.git
synced 2025-12-07 01:06:47 +08:00
Fix lib build dependent of test build
This commit is contained in:
parent
820557cf31
commit
4681c5b347
@ -1,3 +1,6 @@
|
|||||||
|
option(BUILD_SHARED_LIBS "Build shared library" ON)
|
||||||
|
option(BUILD_STATIC_LIBS "Build static library" ON)
|
||||||
|
|
||||||
file(GLOB ROOT_SOURCE *.cpp)
|
file(GLOB ROOT_SOURCE *.cpp)
|
||||||
file(GLOB ROOT_INLINE *.inl)
|
file(GLOB ROOT_INLINE *.inl)
|
||||||
file(GLOB ROOT_HEADER *.hpp)
|
file(GLOB ROOT_HEADER *.hpp)
|
||||||
|
|||||||
@ -1,6 +1,4 @@
|
|||||||
option(GLM_QUIET "No CMake Message" OFF)
|
option(GLM_QUIET "No CMake Message" OFF)
|
||||||
option(BUILD_SHARED_LIBS "Build shared library" ON)
|
|
||||||
option(BUILD_STATIC_LIBS "Build static library" ON)
|
|
||||||
option(GLM_TEST_ENABLE_CXX_98 "Enable C++ 98" OFF)
|
option(GLM_TEST_ENABLE_CXX_98 "Enable C++ 98" OFF)
|
||||||
option(GLM_TEST_ENABLE_CXX_11 "Enable C++ 11" OFF)
|
option(GLM_TEST_ENABLE_CXX_11 "Enable C++ 11" OFF)
|
||||||
option(GLM_TEST_ENABLE_CXX_14 "Enable C++ 14" OFF)
|
option(GLM_TEST_ENABLE_CXX_14 "Enable C++ 14" OFF)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user