early-access version 2853
This commit is contained in:
14
externals/vcpkg/ports/constexpr/portfile.cmake
vendored
Executable file
14
externals/vcpkg/ports/constexpr/portfile.cmake
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
#header-only library
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO elbeno/constexpr
|
||||
REF a98b1db39c909e0130d21d3910d4faf97035a625
|
||||
SHA512 8802ee43b510ea1f0c00949eecd84eb2bf3ac721802e6bc6755db9e6e2742d8b97fef427eca7d4d9a282c60a18ca10401386022eac995bd22624f45e3fc2c370
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
# Copy the constexpr header files
|
||||
file(GLOB HEADER_FILES "${SOURCE_PATH}/src/include/*.h")
|
||||
file(COPY ${HEADER_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
8
externals/vcpkg/ports/constexpr/vcpkg.json
vendored
Executable file
8
externals/vcpkg/ports/constexpr/vcpkg.json
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "constexpr",
|
||||
"version": "1.0",
|
||||
"port-version": 3,
|
||||
"description": "Small MIT License Library of general stdlib functions written as C++11 constexpr functions.",
|
||||
"homepage": "https://github.com/elbeno/constexpr",
|
||||
"license": "MIT"
|
||||
}
|
Reference in New Issue
Block a user