mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +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
|
@ -8,6 +8,7 @@ add_library(androidcommon STATIC
|
|||
target_link_libraries(androidcommon
|
||||
PRIVATE
|
||||
android
|
||||
common
|
||||
log
|
||||
"-Wl,--no-warn-mismatch"
|
||||
"-Wl,--whole-archive"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue