Add IsLittleEndian check to Utils

This commit is contained in:
2020-11-28 20:38:23 +01:00
parent 946e159d2c
commit 7dc90b3e83
2 changed files with 11 additions and 0 deletions

View File

@@ -6,4 +6,6 @@ FetchContent_Declare(
GIT_TAG 3.3.2
GIT_SHALLOW TRUE
)
set(GLFW_BUILD_EXAMPLES OFF)
set(GLFW_BUILD_TESTS OFF)
FetchContent_MakeAvailable(glfw)