core/tests: correct function type
[mesa-waffle.git] / waffle.pc.in
blobb6e47254c9dcba844648ce232eed52dd2407fe10
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=${prefix}
3 libdir=@CMAKE_INSTALL_FULL_LIBDIR@
4 includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
6 Name: @waffle_libname@
7 Description: a library for selecting an OpenGL API and window system at runtime
8 Version: @waffle_version@
9 Libs: -L${libdir} -l@waffle_libname@
10 Cflags: -I${includedir}/@waffle_libname@