mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-25 11:57:14 -05:00
CMake: Fix build errors exposed by making common dependent on fmt
This commit is contained in:
@@ -8,6 +8,7 @@ add_library(androidcommon STATIC
|
||||
target_link_libraries(androidcommon
|
||||
PRIVATE
|
||||
android
|
||||
common
|
||||
log
|
||||
"-Wl,--no-warn-mismatch"
|
||||
"-Wl,--whole-archive"
|
||||
|
||||
Reference in New Issue
Block a user