Skip to content

Commit

Permalink
install for libtester
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 committed Sep 17, 2018
1 parent 8edb92d commit b381611
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions secp256k1/CMakeLists.txt
Expand Up @@ -20,3 +20,8 @@ target_include_directories(secp256k1
target_compile_definitions(secp256k1 PRIVATE HAVE_CONFIG_H=1)

target_link_libraries(secp256k1 ${GMP_LIBRARIES})
install( TARGETS secp256k1
RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}
)

0 comments on commit b381611

Please sign in to comment.