Fix for secp256k1 and missing headers

This commit is contained in:
Aaron Clauson 2017-10-26 08:57:02 +11:00
parent e3dcfcb403
commit 0245c2ac64

View File

@ -21,6 +21,6 @@ install(TARGETS secp256k1
)
if(INSTALL_HEADERS)
file(GLOB HEADERS include/secp256k1.h)
file(GLOB HEADERS include/*.h)
install(FILES ${HEADERS} DESTINATION include)
endif()