blob: 846310d18a6d28614f63dd6b18982d361c636a63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@/@PACKAGE@
Name: PROJ
Description: Coordinate transformation software library
Requires:
Version: @VERSION@
Libs: -L${libdir} -lproj
Libs.private: @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@ -lstdc++
Cflags: -I${includedir}
|