deps/obs-scripting: Add scripting support

Allows Lua/Python scripting support.
This commit is contained in:
jp9000
2017-12-25 14:09:11 -08:00
parent fd9e5d45a3
commit 9eabfdbf1e
25 changed files with 6559 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ if(WIN32)
endif()
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
set(ENABLE_SCRIPTING OFF CACHE BOOL "" FORCE)
include(ObsHelpers)
include(ObsCpack)