generate pkgconfig file
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
includedir=${prefix}/include/osrm
|
||||
libdir=${prefix}/lib
|
||||
|
||||
Name: libOSRM
|
||||
Description: Project OSRM library
|
||||
Version: @GIT_DESCRIPTION@
|
||||
Requires:
|
||||
Libs: -lOSRM
|
||||
Cflags: -L${libdir} -I${includedir}
|
||||
Reference in New Issue
Block a user