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
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7
1 changed files with 1 additions and 0 deletions

View File

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