obs-studio/frontend/cmake/ui-oauth.cmake

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
149 B
CMake
Raw Permalink Normal View History

2024-12-09 21:13:03 +01:00
target_sources(
obs-studio
PRIVATE oauth/Auth.cpp oauth/Auth.hpp oauth/AuthListener.cpp oauth/AuthListener.hpp oauth/OAuth.cpp oauth/OAuth.hpp
)