chiark / gitweb /
cmake
[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
10 Libs.private: -lm
11 Cflags: -I${includedir}