/indra/cmake/OpenGL.cmake
CMake | 8 lines | 6 code | 1 blank | 1 comment | 1 complexity | dadb5a3b4c22058dc2fcc581124e46de MD5 | raw file
Possible License(s): LGPL-2.1
- # -*- cmake -*-
- include(Prebuilt)
- if (NOT STANDALONE)
- use_prebuilt_binary(glext)
- use_prebuilt_binary(glh_linear)
- set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include)
- endif (NOT STANDALONE)