11 lines
286 B
PkgConfig
11 lines
286 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Basalt
|
|
Description: Visual-Inertial Mapping with Non-Linear Factor Recovery
|
|
Version: 0.1
|
|
URL: https://gitlab.freedesktop.org/mateosss/basalt
|
|
Libs: -L${libdir} -lbasalt
|
|
Cflags: -isystem ${includedir}
|