diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 454a462f1..1bc6c4936 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -619,6 +619,9 @@ endif() list(APPEND EXTRA_LIBRARIES ${CMAKE_DL_LIBS}) +if(ANDROID) + set(ATOMIC libatomic.a) +endif() if(CMAKE_C_COMPILER_ID STREQUAL "Clang" AND ARCH_WIDTH EQUAL "32") find_library(ATOMIC atomic) list(APPEND EXTRA_LIBRARIES ${ATOMIC}) |