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

15
externals/vcpkg/ports/cr/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,15 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fungos/cr
REF 66b76e24611c3b87566e5365e8c422387bc85916
SHA512 002162461ecf131d717f7567cf13ee1345b7b359bb17c0801f4246c472c1b180f4f8937e9a3f4c186d95c41c20ffcc5ba5e953f197f344fb1000f51d8c4ee473
HEAD_REF master
)
file(
COPY ${SOURCE_PATH}/cr.h
DESTINATION ${CURRENT_PACKAGES_DIR}/include
)
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

7
externals/vcpkg/ports/cr/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,7 @@
{
"name": "cr",
"version-string": "2020-04-26",
"port-version": 1,
"description": "cr.h: A Simple C Hot Reload Header-only Library",
"homepage": "https://fungos.github.io/cr-simple-c-hot-reload/"
}