Skip to content

Commit

Permalink
Added AnySigner.cpp as android specific source files (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoggam1 authored Aug 10, 2023
1 parent 7983be4 commit ad56f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ if (${ANDROID})
kotlin/wallet-core-kotlin/src/androidMain/cpp/generated/*.c
)
else ()
file(GLOB_RECURSE specific_sources jni/android/*.h jni/android/*.c)
# TANGEM don't remove "jni/android/*.cpp" while syncing fork
file(GLOB_RECURSE specific_sources jni/android/*.h jni/android/*.c jni/android/*.cpp)
endif ()
set(sources ${core_sources} ${specific_sources})
add_library(TrustWalletCore SHARED ${sources} ${PROTO_SRCS} ${PROTO_HDRS})
Expand Down

0 comments on commit ad56f26

Please sign in to comment.