blob: 4039851123efa6eb53017d92cf7eaee20f07e1e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: 2geom
Description: A 2D geometry framework
Version: @2GEOM_VERSION@
Requires:
Libs: -L${libdir} -l2geom
Cflags: -I${includedir}/2geom-@2GEOM_VERSION@
|