grim/gplate

got the include function tests working again, but they're not passing, looks like white space issues
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/gplate-1.0
Name: libgplate
Description: GPlate template library
Version: @VERSION@
Libs: -L${libdir} -lgplate
Cflags: -I${includedir}