diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-12 21:13:10 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-12 21:13:10 -0400 |
commit | 3d191c09b1b1eb6726fe67f6fdf5445d83536578 (patch) | |
tree | fa1c7e42b499638c0487b6af5c59ed048624f4a0 /indra/llwindow | |
parent | b8678d8fa3521f4496ddc569de391633711e46cb (diff) | |
parent | ccbd69bf6b287861b41fdb00e9d372746dfc2702 (diff) |
Merge branch 'develop' into release/luau-scripting
Diffstat (limited to 'indra/llwindow')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index 7b1430c67c..2996f58fe0 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -17,6 +17,7 @@ include(LLImage) include(LLWindow) include(UI) include(ViewerMiscLibs) +include(GLM) set(llwindow_SOURCE_FILES llcursortypes.cpp @@ -54,7 +55,7 @@ set(llwindow_LINK_LIBRARIES llrender llfilesystem llxml - ll::glh_linear + ll::glm ll::glext ll::uilibraries ll::SDL |