mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 18:35:40 +01:00
common: link libandroid on android
This commit is contained in:
parent
ee10cdad35
commit
b19754c73f
@ -202,6 +202,11 @@ create_target_directory_groups(common)
|
||||
target_link_libraries(common PUBLIC Boost::context Boost::headers fmt::fmt microprofile Threads::Threads)
|
||||
target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd LLVM::Demangle)
|
||||
|
||||
if (ANDROID)
|
||||
# For ASharedMemory_create
|
||||
target_link_libraries(common PRIVATE android)
|
||||
endif()
|
||||
|
||||
if (YUZU_USE_PRECOMPILED_HEADERS)
|
||||
target_precompile_headers(common PRIVATE precompiled_headers.h)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user