aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpuid/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cpuid/vcpkg.json')
-rw-r--r--vcpkg/ports/cpuid/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/cpuid/vcpkg.json b/vcpkg/ports/cpuid/vcpkg.json
new file mode 100644
index 0000000..4bc4a3e
--- /dev/null
+++ b/vcpkg/ports/cpuid/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "cpuid",
+ "version": "0.8.1",
+ "description": "Provides CPU identification for the x86 (and x86_64)",
+ "homepage": "https://github.com/anrieff/libcpuid",
+ "license": "MIT",
+ "supports": "!uwp & !(windows & arm)",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}