aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fixed-math/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/fixed-math/vcpkg.json')
-rw-r--r--vcpkg/ports/fixed-math/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/fixed-math/vcpkg.json b/vcpkg/ports/fixed-math/vcpkg.json
new file mode 100644
index 0000000..ddfa252
--- /dev/null
+++ b/vcpkg/ports/fixed-math/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "fixed-math",
+ "version": "2.2.0",
+ "description": "A High-Performance C++23, C++17 Library for Fixed-Point 48.16 Arithmetic",
+ "homepage": "https://github.com/arturbac/fixed_math",
+ "license": "BSL-1.0",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}