aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/OpenGL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/cmake/OpenGL.cmake')
-rw-r--r--linden/indra/cmake/OpenGL.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/cmake/OpenGL.cmake b/linden/indra/cmake/OpenGL.cmake
new file mode 100644
index 0000000..6a2b681
--- /dev/null
+++ b/linden/indra/cmake/OpenGL.cmake
@@ -0,0 +1,9 @@
1# -*- cmake -*-
2include(Prebuilt)
3
4if (NOT STANDALONE)
5 use_prebuilt_binary(GL)
6 # possible glh_linear should have its own .cmake file instead
7 use_prebuilt_binary(glh_linear)
8 set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
9endif (NOT STANDALONE)