open obs-studio.xcodeproj/ Building Build in Xcode (⌘+B) Building on Windows Building CEF Getting Download CEF Windows 64bit from https://cef-builds.spotifycdn.com/index.html Use CEF branch 3770 Extract and cd into the folder Setting Up the Project Run cmake-gui In "where is the ...
project(obs-studio VERSION ${OBS_VERSION_CANONICAL}) if(CMAKE_SIZEOF_VOID_P EQUAL 4) include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/32bit/projects.cmake") return() endif() include(compilerconfig) include(defaults) include(helpers) option(ENABLE_RELEASE_BUILD "Enable all options for a release...