early-access version 2853
This commit is contained in:
9
externals/vcpkg/ports/tinydir/portfile.cmake
vendored
Executable file
9
externals/vcpkg/ports/tinydir/portfile.cmake
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO cxong/tinydir
|
||||
REF 1.2.5
|
||||
SHA512 d86a8709b92c9b6847bd85b4b307a411edf30156a06557641a051f74a7c19898451616772ee53ad2d8fc6c2ea2285c4c4edf2197f36cf48ede6d539d24ebb2cf
|
||||
HEAD_REF master
|
||||
)
|
||||
file(INSTALL "${SOURCE_PATH}/tinydir.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/tinydir" RENAME copyright)
|
7
externals/vcpkg/ports/tinydir/vcpkg.json
vendored
Executable file
7
externals/vcpkg/ports/tinydir/vcpkg.json
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "tinydir",
|
||||
"version": "1.2.5",
|
||||
"description": "Lightweight, portable and easy to integrate C directory and file reader",
|
||||
"homepage": "https://github.com/cxong/tinydir",
|
||||
"license": "BSD-2-Clause"
|
||||
}
|
Reference in New Issue
Block a user