Add cryptonomex's custom secp256k1 to install on non-Windows
This should be done on Windows too, but I don't know how and I don't have a Windows test box anyways.
This commit is contained in:
parent
159daffb25
commit
ca9a6977d9
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ else ( MSVC )
|
|||
set_property(TARGET secp256k1 PROPERTY IMPORTED_LOCATION ${binary_dir}/.libs/libsecp256k1${CMAKE_STATIC_LIBRARY_SUFFIX})
|
||||
set_property(TARGET secp256k1 PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_SOURCE_DIR}/vendor/secp256k1-zkp/include)
|
||||
add_dependencies(secp256k1 project_secp256k1)
|
||||
install( FILES ${binary_dir}/.libs/libsecp256k1${CMAKE_STATIC_LIBRARY_SUFFIX} DESTINATION lib/cryptonomex )
|
||||
endif ( MSVC )
|
||||
# End configure secp256k1-zkp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue