mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
CMake: Fix build errors exposed by making common dependent on fmt
This commit is contained in:
parent
1084cfec1a
commit
cb14b65aad
5 changed files with 19 additions and 1 deletions
|
@ -58,6 +58,7 @@ add_library(discio
|
|||
|
||||
target_link_libraries(discio
|
||||
PUBLIC
|
||||
common
|
||||
BZip2::BZip2
|
||||
LibLZMA::LibLZMA
|
||||
zstd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue