early-access version 2853
This commit is contained in:
31
externals/vcpkg/ports/oatpp-websocket/portfile.cmake
vendored
Executable file
31
externals/vcpkg/ports/oatpp-websocket/portfile.cmake
vendored
Executable file
@@ -0,0 +1,31 @@
|
||||
set(OATPP_VERSION "1.3.0")
|
||||
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO oatpp/oatpp-websocket
|
||||
REF ${OATPP_VERSION}
|
||||
SHA512 e5d5f974da4fd95599352d04d18422c74b274be50a803cdb0b65674ebde8dfe8587c44ddb8b376ad866de06841935687be4294ac5954f33f0a087b009da23177
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
if (VCPKG_CRT_LINKAGE STREQUAL "static")
|
||||
set(OATPP_MSVC_LINK_STATIC_RUNTIME TRUE)
|
||||
else()
|
||||
set(OATPP_MSVC_LINK_STATIC_RUNTIME FALSE)
|
||||
endif()
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
"-DOATPP_BUILD_TESTS:BOOL=OFF"
|
||||
"-DOATPP_MSVC_LINK_STATIC_RUNTIME=${OATPP_MSVC_LINK_STATIC_RUNTIME}"
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME oatpp-websocket CONFIG_PATH lib/cmake/oatpp-websocket-${OATPP_VERSION})
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
17
externals/vcpkg/ports/oatpp-websocket/vcpkg.json
vendored
Executable file
17
externals/vcpkg/ports/oatpp-websocket/vcpkg.json
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "oatpp-websocket",
|
||||
"version": "1.3.0",
|
||||
"description": "Oat++ websocket module.",
|
||||
"homepage": "https://github.com/oatpp/oatpp-websocket",
|
||||
"dependencies": [
|
||||
"oatpp",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user