summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-09-08 11:17:27 -0500
committerDave Parks <davep@lindenlab.com>2022-09-08 11:17:27 -0500
commit8fb18e9a5d1f42fa86ca1cc2a4306edccb7065c5 (patch)
tree66104e2352f9cde038ce12535b903553b48a3abc /indra/cmake
parent8ad7240a3bb626ebaabcc81fb8155a8cbb5adf39 (diff)
SL-18095 Add missing Mikktspace.cmake
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/Mikktspace.cmake6
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)