CMake: Fix build errors exposed by making common dependent on fmt

This commit is contained in:
JosJuice
2020-10-14 20:50:38 +02:00
parent 1084cfec1a
commit cb14b65aad
5 changed files with 19 additions and 1 deletions

View File

@ -8,6 +8,7 @@ add_library(androidcommon STATIC
target_link_libraries(androidcommon
PRIVATE
android
common
log
"-Wl,--no-warn-mismatch"
"-Wl,--whole-archive"