mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-16 03:34:56 +02:00
vendor/secp256k1/CMakeLists.txt: need to include recovery module for signatures.
This commit is contained in:
parent
760c50a655
commit
259ca0f977
1 changed files with 4 additions and 0 deletions
4
vendor/secp256k1/CMakeLists.txt
vendored
4
vendor/secp256k1/CMakeLists.txt
vendored
|
|
@ -7,6 +7,10 @@ add_library(${TARGET} OBJECT
|
||||||
repo/src/precomputed_ecmult_gen.c
|
repo/src/precomputed_ecmult_gen.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_definitions(${TARGET}
|
||||||
|
PRIVATE ENABLE_MODULE_RECOVERY
|
||||||
|
)
|
||||||
|
|
||||||
target_include_directories(${TARGET}
|
target_include_directories(${TARGET}
|
||||||
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/repo/include
|
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/repo/include
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue