blob: 0a3dd976b43354adf1d5d2768356e95b004fc10e (
plain)
| 1
2
3
4
5
6
7
8
 | # -*- 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)
 |