New upstream version 25.0.8+dfsg1
This commit is contained in:
parent
8b2e5f2130
commit
8e020cdacb
115 changed files with 1767 additions and 10949 deletions
5
deps/glad/CMakeLists.txt
vendored
5
deps/glad/CMakeLists.txt
vendored
|
|
@ -11,9 +11,12 @@ set(glad_SOURCES
|
|||
include/glad/glad.h)
|
||||
|
||||
if(WIN32)
|
||||
set(MODULE_DESCRIPTION "Glad OpenGL Loading Library")
|
||||
configure_file(${CMAKE_SOURCE_DIR}/cmake/winrc/obs-module.rc.in obsglad.rc)
|
||||
set(glad_PLATFORM_SOURCES
|
||||
src/glad_wgl.c
|
||||
include/glad/glad_wgl.h)
|
||||
include/glad/glad_wgl.h
|
||||
obsglad.rc)
|
||||
elseif(NOT APPLE)
|
||||
set(glad_PLATFORM_SOURCES
|
||||
src/glad_glx.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue