mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-16 19:50:01 +02:00
Adding vendor/secp256k1/CMakeLists.txt
This commit is contained in:
parent
9587586968
commit
d737fe4762
1 changed files with 12 additions and 0 deletions
12
vendor/secp256k1/CMakeLists.txt
vendored
Normal file
12
vendor/secp256k1/CMakeLists.txt
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
set(TARGET secp256k1)
|
||||
|
||||
add_library(${TARGET} OBJECT
|
||||
repo/src/secp256k1.c
|
||||
repo/src/precomputed_ecmult.c
|
||||
repo/src/precomputed_ecmult_gen.c
|
||||
)
|
||||
|
||||
target_include_directories(${TARGET}
|
||||
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/repo/include
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue