summaryrefslogtreecommitdiff
path: root/indra/cmake/GLOD.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/GLOD.cmake')
-rwxr-xr-xindra/cmake/GLOD.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/cmake/GLOD.cmake b/indra/cmake/GLOD.cmake
new file mode 100755
index 0000000000..a347eb6fee
--- /dev/null
+++ b/indra/cmake/GLOD.cmake
@@ -0,0 +1,9 @@
+# -*- cmake -*-
+include(Prebuilt)
+
+if (NOT USESYSTEMLIBS)
+ use_prebuilt_binary(glod)
+endif (NOT USESYSTEMLIBS)
+
+set(GLOD_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include)
+set(GLOD_LIBRARIES GLOD)