PageRenderTime 36ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/cmake/OpenGL.cmake

https://bitbucket.org/lindenlab/viewer-beta/
CMake | 8 lines | 6 code | 1 blank | 1 comment | 1 complexity | dadb5a3b4c22058dc2fcc581124e46de MD5 | raw file
Possible License(s): LGPL-2.1
  1. # -*- cmake -*-
  2. include(Prebuilt)
  3. if (NOT STANDALONE)
  4. use_prebuilt_binary(glext)
  5. use_prebuilt_binary(glh_linear)
  6. set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include)
  7. endif (NOT STANDALONE)