Add glad opengl loader

This commit is contained in:
BtbN
2014-04-14 23:27:52 +02:00
parent 51d338430f
commit 334792a62c
9 changed files with 24215 additions and 0 deletions

2
deps/CMakeLists.txt vendored
View File

@@ -3,6 +3,8 @@ if(WIN32)
add_subdirectory(w32-pthreads)
endif()
add_subdirectory(glad)
set(BUILD_DOCS FALSE CACHE INTERNAL "" FORCE)
set(STATIC_CRT TRUE CACHE INTERNAL "" FORCE)
set(BUILD_SHARED_LIBS FALSE CACHE INTERNAL "" FORCE)