frontend: Explicitly set plugin manager linkage to nlohmann_json

This commit is contained in:
tytan652
2026-06-19 18:20:23 -04:00
committed by Ryan Foster
parent 819dfb86c6
commit 873eea74e3
@@ -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)