mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 02:34:23 -05:00
frontend: Explicitly set plugin manager linkage to nlohmann_json
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
find_package(nlohmann_json 3.11 REQUIRED)
|
||||
|
||||
target_sources(
|
||||
obs-studio
|
||||
PRIVATE
|
||||
@@ -6,3 +8,5 @@ target_sources(
|
||||
plugin-manager/PluginManagerWindow.cpp
|
||||
plugin-manager/PluginManagerWindow.hpp
|
||||
)
|
||||
|
||||
target_link_libraries(obs-studio PRIVATE nlohmann_json::nlohmann_json)
|
||||
|
||||
Reference in New Issue
Block a user