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
|
||||
|
|
|
|||
7
deps/obs-scripting/CMakeLists.txt
vendored
7
deps/obs-scripting/CMakeLists.txt
vendored
|
|
@ -158,6 +158,13 @@ set(obs-scripting_HEADERS
|
|||
cstrcache.h
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
set(MODULE_DESCRIPTION "OBS Studio scripting module")
|
||||
configure_file(${CMAKE_SOURCE_DIR}/cmake/winrc/obs-module.rc.in obs-scripting.rc)
|
||||
list(APPEND obs-scripting_SOURCES
|
||||
obs-scripting.rc)
|
||||
endif()
|
||||
|
||||
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/swig)
|
||||
|
||||
if(PYTHONLIBS_FOUND)
|
||||
|
|
|
|||
5
deps/w32-pthreads/CMakeLists.txt
vendored
5
deps/w32-pthreads/CMakeLists.txt
vendored
|
|
@ -4,8 +4,11 @@ if(NOT WIN32)
|
|||
return()
|
||||
endif()
|
||||
|
||||
set(MODULE_DESCRIPTION "POSIX Threads for Windows")
|
||||
configure_file(${CMAKE_SOURCE_DIR}/cmake/winrc/obs-module.rc.in w32-pthreads.rc)
|
||||
set(w32-pthreads_SOURCES
|
||||
pthread.c)
|
||||
pthread.c
|
||||
w32-pthreads.rc)
|
||||
|
||||
set(w32-pthreads_HEADERS
|
||||
implement.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue