blob: 884afbca4b9a55da4a692f43d23c36682b37fdc8 (
plain)
1
2
3
4
5
6
7
8
9
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}
|