blob: 661666f00d1317c74cbc1902a3fdf8fe04de7aa8 (
plain)
| 1
2
3
4
5
6
7
8
9
 | # -*- cmake -*-
include(Prebuilt)
if (NOT STANDALONE)
  use_prebuilt_binary(GL)
  # possible glh_linear should have its own .cmake file instead
  use_prebuilt_binary(glh_linear)
  set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include)
endif (NOT STANDALONE)
 |