blob: e2e64f770b5aefd1a989543c82e566199a381422 (
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: toy
Description: A library for creating toy apps for 2geom
Version: @2GEOM_VERSION@
Requires: 2geom
Libs: -L${libdir} -l2geom
Cflags: -I${includedir}/2geom
|