Updated GL and GLUT headers. Now separate archives, glext and freeglut(only used in test plugin?).

This commit is contained in:
Shyotl
2011-09-01 00:14:40 -05:00
parent fd317a4092
commit 2d0b2a82ef
2 changed files with 83 additions and 27 deletions

View File

@@ -2,9 +2,9 @@
include(Prebuilt)
if (NOT STANDALONE)
use_prebuilt_binary(GL)
use_prebuilt_binary(glext)
# possible glh_linear should have its own .cmake file instead
#use_prebuilt_binary(glh_linear)
# actually... not any longer, it's now in git -SG
set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include)
endif (NOT STANDALONE)