aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/muparser/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/muparser/vcpkg.json')
-rw-r--r--vcpkg/ports/muparser/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/muparser/vcpkg.json b/vcpkg/ports/muparser/vcpkg.json
new file mode 100644
index 0000000..eb7b4a3
--- /dev/null
+++ b/vcpkg/ports/muparser/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "muparser",
+ "version": "2.3.5",
+ "description": "Fast math parser library",
+ "homepage": "https://github.com/beltoforion/muparser",
+ "license": "BSD-2-Clause",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "openmp": {
+ "description": "Enable OpenMP for multithreading"
+ }
+ }
+}