summaryrefslogtreecommitdiff
path: root/indra/cmake/GLEXT.cmake
blob: a74964420240ead615aadbcc10394b59cd1ccf8e (plain)
1
2
3
4
5
6
7
8
# -*- cmake -*-
include(Prebuilt)

if (NOT USESYSTEMLIBS)
  use_prebuilt_binary(glext)
  use_prebuilt_binary(glh_linear)
  set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include)
endif (NOT USESYSTEMLIBS)