Skip to content

Commit

Permalink
merge fix obs browser
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Dec 18, 2024
1 parent f627819 commit 47b9e1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cmake/windows/helpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ function(set_target_properties_obs target)
elseif(target STREQUAL obs-browser-helper)
set_property(GLOBAL APPEND PROPERTY _OBS_EXECUTABLES ${target})
return()
elseif(target STREQUAL obs-browser-page)
set_property(GLOBAL APPEND PROPERTY _OBS_EXECUTABLES ${target})
return()
else()
set_property(GLOBAL APPEND PROPERTY _OBS_EXECUTABLES ${target})
endif()
Expand Down
2 changes: 1 addition & 1 deletion plugins/obs-browser

0 comments on commit 47b9e1c

Please sign in to comment.