mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Core/CMakeLists: Privately link in fmt
While we do have this library as part of the public linkage interface in the common library target, which will be used in the future for the logging macros, we should still be explicit that we're using this library. Therefore, we privately link it in to be explicit about it.
This commit is contained in:
parent
9cf6ba13df
commit
7f93ce374d
@ -557,6 +557,7 @@ PUBLIC
|
||||
videovulkan
|
||||
|
||||
PRIVATE
|
||||
fmt::fmt
|
||||
${LZO}
|
||||
ZLIB::ZLIB
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user