osrm-backend/cmake/pkgconfig.in

12 lines
321 B
Plaintext
Raw Normal View History

2013-12-20 07:13:35 -05:00
prefix=@CMAKE_INSTALL_PREFIX@
2015-11-18 10:19:21 -05:00
includedir=${prefix}/include
2013-12-20 07:13:35 -05:00
libdir=${prefix}/lib
Name: libOSRM
Description: Project OSRM library
Version: v@OSRM_VERSION_MAJOR@.@OSRM_VERSION_MINOR@.@OSRM_VERSION_PATCH@
2013-12-20 07:13:35 -05:00
Requires:
2013-12-20 14:00:30 -05:00
Libs: -L${libdir} -lOSRM
2015-12-15 15:42:32 -05:00
Libs.private: @BOOST_LIBRARY_LISTING@ @TBB_LIBRARY_LISTING@
2013-12-20 14:00:30 -05:00
Cflags: -I${includedir}