aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dawn/unofficial_webgpu_dawn.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/dawn/unofficial_webgpu_dawn.pc.in')
-rw-r--r--vcpkg/ports/dawn/unofficial_webgpu_dawn.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/dawn/unofficial_webgpu_dawn.pc.in b/vcpkg/ports/dawn/unofficial_webgpu_dawn.pc.in
new file mode 100644
index 0000000..d344c7c
--- /dev/null
+++ b/vcpkg/ports/dawn/unofficial_webgpu_dawn.pc.in
@@ -0,0 +1,13 @@
+prefix=${pcfiledir}/../..
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: unofficial_webgpu_dawn
+Description: Dawn WebGPU library
+Version: @VERSION@
+URL: https://dawn.googlesource.com/dawn
+
+Libs: -L${libdir} @DAWN_PKGCONFIG_LIBS@
+Requires.private: @DAWN_PKGCONFIG_REQUIRES@
+Cflags: -I${includedir} @DAWN_PKGCONFIG_CFLAGS@