aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/chronoengine/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/chronoengine/vcpkg.json')
-rw-r--r--vcpkg/ports/chronoengine/vcpkg.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/vcpkg/ports/chronoengine/vcpkg.json b/vcpkg/ports/chronoengine/vcpkg.json
new file mode 100644
index 0000000..42614ae
--- /dev/null
+++ b/vcpkg/ports/chronoengine/vcpkg.json
@@ -0,0 +1,32 @@
+{
+ "name": "chronoengine",
+ "version": "8.0.0",
+ "port-version": 1,
+ "description": "Multi-physics Simulation Engine.",
+ "homepage": "https://projectchrono.org/",
+ "license": "BSD-3-Clause",
+ "supports": "(windows & x64 & !static & !uwp) | linux | osx",
+ "dependencies": [
+ "eigen3",
+ "tbb",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "irrlicht": {
+ "description": "Default visualization system for interactive 3D viewing of Chrono simulations.",
+ "dependencies": [
+ "irrlicht"
+ ]
+ },
+ "vehicle": {
+ "description": "Enables template-based ground vehicle modeling and simulation within Chrono."
+ }
+ }
+}