diff options
Diffstat (limited to 'vcpkg/ports/irrxml')
| -rw-r--r-- | vcpkg/ports/irrxml/portfile.cmake | 1 | ||||
| -rw-r--r-- | vcpkg/ports/irrxml/vcpkg.json | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/irrxml/portfile.cmake b/vcpkg/ports/irrxml/portfile.cmake new file mode 100644 index 0000000..065116c --- /dev/null +++ b/vcpkg/ports/irrxml/portfile.cmake @@ -0,0 +1 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled) diff --git a/vcpkg/ports/irrxml/vcpkg.json b/vcpkg/ports/irrxml/vcpkg.json new file mode 100644 index 0000000..1f04d21 --- /dev/null +++ b/vcpkg/ports/irrxml/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "irrxml", + "version": "0", + "port-version": 1, + "description": "Alias port for irrlicht", + "dependencies": [ + "irrlicht" + ] +} |