chiark / gitweb /
Use trusty
[nlopt.git] / nlopt.pc.in
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: NLopt
7 Description: nonlinear optimization libary
8 Version: @NLOPT_VERSION_STRING@
9 Libs: -L${libdir} -lnlopt@NLOPT_SUFFIX@ -lm
10 Cflags: -I${includedir}