CMake cleanup and organization

This commit is contained in:
Drake Arconis
2013-03-05 12:24:51 -05:00
parent 28eec629ec
commit 0e3a9b28bd
24 changed files with 134 additions and 450 deletions

View File

@@ -3,8 +3,5 @@ include(Prebuilt)
if (NOT (STANDALONE OR DARWIN))
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)
endif ()
endif (NOT (STANDALONE OR DARWIN))