early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

14
externals/vcpkg/ports/cpptoml/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,14 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skystrife/cpptoml
REF fededad7169e538ca47e11a9ee9251bc361a9a65
SHA512 2ec50f4585bca33bb343170470048a7d7e7902f1ffa5709cf84ddf9f53a899ff1cc9ffa49e059f6dad93d13823c4d2661bc8109e4356078cdbdfef1a2be6a622
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR} FILES_MATCHING PATTERN "*.h")
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cpptoml RENAME copyright)

6
externals/vcpkg/ports/cpptoml/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,6 @@
{
"name": "cpptoml",
"version-string": "v0.1.1",
"port-version": 1,
"description": "A header-only library for parsing TOML configuration files."
}