blob: 3f60a8b9a9a050cf4fe150be743cfeb1a5ade0f7 [file] [log] [blame]
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: @waffle_libname@
Description: a library for selecting GL API and window system at runtime
Version: @waffle_version@
Libs: -L${libdir} -l@waffle_libname@
Cflags: -I${includedir}/@waffle_libname@