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:
Lioncash
2019-06-14 17:41:20 -04:00
parent 9cf6ba13df
commit 7f93ce374d

View File

@ -557,6 +557,7 @@ PUBLIC
videovulkan
PRIVATE
fmt::fmt
${LZO}
ZLIB::ZLIB
)