summaryrefslogtreecommitdiff
path: root/waffle.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'waffle.pc.in')
-rw-r--r--waffle.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/waffle.pc.in b/waffle.pc.in
new file mode 100644
index 0000000..884afbc
--- /dev/null
+++ b/waffle.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=@lwaffle_install_ibdir@
+includedir=@waffle_install_includedir@
+
+Name: waffle
+Description: a library for selecting GL API and window system at runtime
+Version: @waffle_version@
+Libs: -L${libdir} -lwaffle
+Cflags: -I${includedir}