mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
CMake: Fix build errors exposed by making common dependent on fmt
This commit is contained in:
@ -58,6 +58,7 @@ add_library(discio
|
||||
|
||||
target_link_libraries(discio
|
||||
PUBLIC
|
||||
common
|
||||
BZip2::BZip2
|
||||
LibLZMA::LibLZMA
|
||||
zstd
|
||||
|
Reference in New Issue
Block a user