horizontalsystems / bitcoin-kit-android

Comprehensive Bitcoin development library for Android, implemented on Kotlin. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Fully compliant with existing standards and BIPs.
https://unstoppable.money
MIT License
154 stars 68 forks source link

does not contain a CMakeLists.txt file. #579

Open zanezha0 opened 1 year ago

zanezha0 commented 1 year ago

Execution failed for task ':dashkit:generateJsonModelDebug'.

/Users/zhun/codes/bitcoin-kit-android/dashkit/cpp/CMakeLists.txt : C/C++ debug|arm64-v8a : CMake Error at /Users/zhun/codes/bitcoin-kit-android/dashkit/cpp/dashj-bls/bls-signatures.cmake:72 (add_subdirectory): The source directory

  /Users/zhun/codes/bitcoin-kit-android/dashkit/cpp/dashj-bls/bls-signatures/contrib/relic

does not contain a CMakeLists.txt file.

Call Stack (most recent call first): dashj-bls/CMakeLists.txt:53 (include)

abdrasulov commented 1 year ago

Most likely, the git submodules are not checked out. Try to git clone the project including its submodules and then build