mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
Fix for secp256k1 and missing headers
This commit is contained in:
parent
e3dcfcb403
commit
0245c2ac64
@ -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()
|
Loading…
x
Reference in New Issue
Block a user