diff options
| author | lujinwangnv <143145775+lujinwangnv@users.noreply.github.com> | 2025-05-09 18:01:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-10 01:01:22 +0000 |
| commit | 5a6c2baadbc16fc2099a6951e389b9bd3cad08f6 (patch) | |
| tree | 1462aa33254eac9dbaee80fa1f6116b29db244e0 /tools/platform/vector-math.h | |
| parent | 029672ee08f5ecb710e84cf1ccc625e826ff9a29 (diff) | |
Update build to allow setting more external paths (#7044)
* Update build to allow setting more external paths
Update the build to allow setting user-specific paths for the external
modules: glm, imgui, slang-rhi, and tinyobjloader.
Diffstat (limited to 'tools/platform/vector-math.h')
| -rw-r--r-- | tools/platform/vector-math.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/platform/vector-math.h b/tools/platform/vector-math.h index 2e24833eb..de84fe09f 100644 --- a/tools/platform/vector-math.h +++ b/tools/platform/vector-math.h @@ -3,10 +3,10 @@ // We will use the GLM library for our vector math types, just for simplicity. -#include "../../external/glm/glm/glm.hpp" -#include "../../external/glm/glm/gtc/constants.hpp" -#include "../../external/glm/glm/gtc/matrix_transform.hpp" -#include "../../external/glm/glm/gtc/quaternion.hpp" +#include "glm/glm.hpp" +#include "glm/gtc/constants.hpp" +#include "glm/gtc/matrix_transform.hpp" +#include "glm/gtc/quaternion.hpp" namespace gfx { |
