summaryrefslogtreecommitdiff
path: root/indra/cmake/OpenGL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/OpenGL.cmake')
-rw-r--r--indra/cmake/OpenGL.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/cmake/OpenGL.cmake b/indra/cmake/OpenGL.cmake
new file mode 100644
index 0000000000..7395d478fe
--- /dev/null
+++ b/indra/cmake/OpenGL.cmake
@@ -0,0 +1,5 @@
+# -*- cmake -*-
+
+if (NOT STANDALONE)
+ set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
+endif (NOT STANDALONE) \ No newline at end of file