diff options
author | Dave Parks <davep@lindenlab.com> | 2022-09-08 11:17:27 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-09-08 11:17:27 -0500 |
commit | 8fb18e9a5d1f42fa86ca1cc2a4306edccb7065c5 (patch) | |
tree | 66104e2352f9cde038ce12535b903553b48a3abc /indra/cmake/Mikktspace.cmake | |
parent | 8ad7240a3bb626ebaabcc81fb8155a8cbb5adf39 (diff) |
SL-18095 Add missing Mikktspace.cmake
Diffstat (limited to 'indra/cmake/Mikktspace.cmake')
-rw-r--r-- | indra/cmake/Mikktspace.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/cmake/Mikktspace.cmake b/indra/cmake/Mikktspace.cmake new file mode 100644 index 0000000000..9fd2becba4 --- /dev/null +++ b/indra/cmake/Mikktspace.cmake @@ -0,0 +1,6 @@ +# -*- cmake -*- +include(Prebuilt) + +if (NOT USESYSTEMLIBS) + use_prebuilt_binary(mikktspace) +endif (NOT USESYSTEMLIBS) |