mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06: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:
@ -557,6 +557,7 @@ PUBLIC
|
||||
videovulkan
|
||||
|
||||
PRIVATE
|
||||
fmt::fmt
|
||||
${LZO}
|
||||
ZLIB::ZLIB
|
||||
)
|
||||
|
Reference in New Issue
Block a user