diff --git a/CMakePresets.json b/CMakePresets.json deleted file mode 100644 index f6fda18..0000000 --- a/CMakePresets.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": 2, - "configurePresets": [ - { - "name": "vcpkg", - "generator": "Visual Studio 17 2022", - "binaryDir": "${sourceDir}/build", - "cacheVariables": { - "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" - } - }, - { - "name": "vcpkg-linux", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build", - "cacheVariables": { - "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" - } - } - ] -} \ No newline at end of file diff --git a/CMakeUserPresets.json b/CMakeUserPresets.json deleted file mode 100644 index a314c3f..0000000 --- a/CMakeUserPresets.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": 2, - "configurePresets": [ - { - "name": "default", - "inherits": "vcpkg", - "environment": { - "VCPKG_ROOT": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\vcpkg\\vcpkg.exe" - } - } - ] -} - \ No newline at end of file diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json deleted file mode 100755 index 32d5985..0000000 --- a/vcpkg-configuration.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "default-registry": { - "kind": "git", - "baseline": "0c4cf19224a049cf82f4521e29e39f7bd680440c", - "repository": "https://github.com/microsoft/vcpkg" - }, - "registries": [ - { - "kind": "artifact", - "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", - "name": "microsoft" - } - ], - "overlay-ports": [ - "./vcpkg-overlays" - ] -} diff --git a/vcpkg-overlays/reactphysics3d/portfile.cmake b/vcpkg-overlays/reactphysics3d/portfile.cmake deleted file mode 100755 index 4fcf036..0000000 --- a/vcpkg-overlays/reactphysics3d/portfile.cmake +++ /dev/null @@ -1,23 +0,0 @@ -vcpkg_check_linkage(ONLY_STATIC_LIBRARY) - -vcpkg_from_github( - OUT_SOURCE_PATH SOURCE_PATH - REPO DanielChappuis/reactphysics3d - REF "cd958bbc0c6e84a869388cba6613f10cc645b3cb" - SHA512 9856c0e998473e0bfb97af9ced07952bbd4dfef79f7dc388b1ecf9b6c6406f7669333e441fe6cefdf40b32edc5a1b8e4cb35a8c15fccb64c28785aff5fd77113 - HEAD_REF master - PATCHES "std_chrono.patch" -) - -vcpkg_cmake_configure( - SOURCE_PATH "${SOURCE_PATH}" -) - -vcpkg_cmake_install() - -vcpkg_cmake_config_fixup(PACKAGE_NAME "reactphysics3d" CONFIG_PATH "lib/cmake/ReactPhysics3D") - -file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") - -# file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") -vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") \ No newline at end of file diff --git a/vcpkg-overlays/reactphysics3d/std_chrono.patch b/vcpkg-overlays/reactphysics3d/std_chrono.patch deleted file mode 100755 index 9dcdb55..0000000 --- a/vcpkg-overlays/reactphysics3d/std_chrono.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/include/reactphysics3d/utils/DefaultLogger.h b/include/reactphysics3d/utils/DefaultLogger.h -index 1088d1e..8360f07 100644 ---- a/include/reactphysics3d/utils/DefaultLogger.h -+++ b/include/reactphysics3d/utils/DefaultLogger.h -@@ -37,6 +37,7 @@ - #include - #include - #include -+#include - - /// ReactPhysics3D namespace - namespace reactphysics3d { diff --git a/vcpkg-overlays/reactphysics3d/vcpkg.json b/vcpkg-overlays/reactphysics3d/vcpkg.json deleted file mode 100755 index d472e95..0000000 --- a/vcpkg-overlays/reactphysics3d/vcpkg.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "reactphysics3d", - "version": "0.10.2", - "homepage": "https://github.com/DanielChappuis/reactphysics3d", - "description": "Open source C++ physics engine library in 3D", - "license": "zlib", - "dependencies": [ - { - "name" : "vcpkg-cmake", - "host" : true - }, - { - "name" : "vcpkg-cmake-config", - "host" : true - }, - "fmt" - ] - } \ No newline at end of file diff --git a/vcpkg.json b/vcpkg.json deleted file mode 100755 index c375df5..0000000 --- a/vcpkg.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "dependencies": [ - "glew", - "glfw3", - "glm", - { "name": "pugixml", "version>=": "1.15" }, - "sdl2", - "stb", - "reactphysics3d", - "pkgconf", - "luajit", - "freetype" - ], - "overrides": [ - { - "name": "sdl2", - "version": "2.32.4" - } - ] -}