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

18
externals/vcpkg/ports/fxdiv/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Maratyszcza/fxdiv
REF 63058eff77e11aa15bf531df5dd34395ec3017c8
SHA512 da33eab4d006645f383a1f24fc3e747db3aeb0613219297ec0ae69aa2617f07ba050ebd6a64a8cbde6d25481f176d0ec3b9753a95d1fbcead2136595f3e50e97
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DFXDIV_BUILD_TESTS=OFF
-DFXDIV_BUILD_BENCHMARKS=OFF
)
vcpkg_install_cmake()
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)

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

@@ -0,0 +1,6 @@
{
"name": "fxdiv",
"version-string": "2021-02-21",
"description": "C99/C++ header-only library for division via fixed-point multiplication by inverse",
"homepage": "https://github.com/Maratyszcza/FXdiv"
}