12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
includedir=${prefix}/include
|
|
libdir=${prefix}/lib
|
|
|
|
Name: libOSRM
|
|
Description: Project OSRM library
|
|
Version: v@OSRM_VERSION_MAJOR@.@OSRM_VERSION_MINOR@.@OSRM_VERSION_PATCH@
|
|
Requires:
|
|
Libs: -L${libdir} -losrm
|
|
Libs.private: @ENGINE_LIBRARY_LISTING@
|
|
Cflags: -I${includedir} -I${includedir}/osrm
|