[go: nahoru, domu]

Skip to content

Commit

Permalink
base: Re-add version CMake variables
Browse files Browse the repository at this point in the history
Make sure that non-legacy builds have these version variables populated.
  • Loading branch information
RytoEX committed Mar 26, 2023
1 parent dd248fa commit db2c251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.16...3.25)

legacy_check()

set(obs-websocket_VERSION 5.1.0)
set(OBS_WEBSOCKET_RPC_VERSION 1)

option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)
if(NOT ENABLE_WEBSOCKET)
target_disable(obs-websocket)
Expand Down

0 comments on commit db2c251

Please sign in to comment.