aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/recast
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/recast')
-rw-r--r--vcpkg/ports/recast/portfile.cmake3
-rw-r--r--vcpkg/ports/recast/vcpkg.json10
2 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/recast/portfile.cmake b/vcpkg/ports/recast/portfile.cmake
new file mode 100644
index 0000000..d7c7ca9
--- /dev/null
+++ b/vcpkg/ports/recast/portfile.cmake
@@ -0,0 +1,3 @@
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
+
+message(WARNING "This port is a stub port retained for compatibility. Use 'recastnavigation' instead.") \ No newline at end of file
diff --git a/vcpkg/ports/recast/vcpkg.json b/vcpkg/ports/recast/vcpkg.json
new file mode 100644
index 0000000..541b656
--- /dev/null
+++ b/vcpkg/ports/recast/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "recast",
+ "version-string": "deprecated",
+ "description": "A stub package that pulls in recastnavigation. Do not depend on this package.",
+ "homepage": "https://github.com/recastnavigation/recastnavigation",
+ "license": "Zlib",
+ "dependencies": [
+ "recastnavigation"
+ ]
+}