Skip to content

Commit

Permalink
android build
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Jan 7, 2025
1 parent 6e04970 commit 8b04a74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-native-quick-crypto/android/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set(CMAKE_CXX_STANDARD 20)
add_library(
${PACKAGE_NAME} SHARED
src/main/cpp/cpp-adapter.cpp
../cpp/cipher/HybridCipher.cpp
../cpp/ed25519/HybridEdKeyPair.cpp
../cpp/pbkdf2/HybridPbkdf2.cpp
../cpp/random/HybridRandom.cpp
Expand All @@ -21,6 +22,7 @@ include(${CMAKE_SOURCE_DIR}/../nitrogen/generated/android/QuickCrypto+autolinkin
# local includes
include_directories(
"src/main/cpp"
"../cpp/cipher"
"../cpp/ed25519"
"../cpp/pbkdf2"
"../cpp/random"
Expand Down

0 comments on commit 8b04a74

Please sign in to comment.