Skip to content

Commit

Permalink
Add cryptonomex's custom secp256k1 to install on non-Windows
Browse files Browse the repository at this point in the history
This should be done on Windows too, but I don't know how and I don't
have a Windows test box anyways.
  • Loading branch information
nathanielhourt committed Mar 22, 2016
1 parent 397c10c commit 3aec9d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ else ( WIN32 )
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 ( WIN32 )
# End configure secp256k1-zkp

Expand Down

0 comments on commit 3aec9d2

Please sign in to comment.