PageRenderTime 136ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/cmake/GLH.cmake

https://bitbucket.org/lindenlab/viewer-beta/
CMake | 11 lines | 8 code | 2 blank | 1 comment | 2 complexity | 3298bcffbca54ced11fd46a0fe32b58b MD5 | raw file
Possible License(s): LGPL-2.1
  1. # -*- cmake -*-
  2. include(Prebuilt)
  3. set(GLH_FIND_REQUIRED TRUE)
  4. set(GLH_FIND_QUIETLY TRUE)
  5. if (STANDALONE)
  6. include(FindGLH)
  7. else (STANDALONE)
  8. use_prebuilt_binary(glh_linear)
  9. endif (STANDALONE)