OpenGL.cmake
上传用户:king477883
上传日期:2021-03-01
资源大小:9553k
文件大小:0k
源码类别:

游戏引擎

开发平台:

C++ Builder

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