mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 14:37:55 +08:00
Install sodium.h (#2986)
This commit is contained in:
parent
d397658836
commit
e629afa182
@ -1,3 +1,3 @@
|
||||
Source: libsodium
|
||||
Version: 1.0.16
|
||||
Version: 1.0.16-1
|
||||
Description: A modern and easy-to-use crypto library
|
||||
|
@ -34,6 +34,10 @@ ELSE()
|
||||
SET(BUILD_ARCH ${VCPKG_TARGET_ARCHITECTURE})
|
||||
ENDIF()
|
||||
|
||||
file(INSTALL
|
||||
${SOURCE_PATH}/src/libsodium/include/sodium.h
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/include
|
||||
)
|
||||
|
||||
file(GLOB LIBSODIUM_HEADERS "${SOURCE_PATH}/src/libsodium/include/sodium/*.h")
|
||||
file(INSTALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user