build: replace FetchContent with direct includes for glm

This commit is contained in:
2026-07-21 10:32:36 +08:00
parent 45d2c8234a
commit 48300b0acc
436 changed files with 68144 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
/// @ref simd
/// @file glm/simd/packing.h
#pragma once
#if GLM_ARCH & GLM_ARCH_SSE2_BIT
#endif//GLM_ARCH & GLM_ARCH_SSE2_BIT