git commit -m "first commit"
This commit is contained in:
12
navigations/sbpl/sbpl.pc.in
Executable file
12
navigations/sbpl/sbpl.pc.in
Executable file
@@ -0,0 +1,12 @@
|
||||
# This file was generated by CMake for @PROJECT_NAME@
|
||||
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||||
libdir=@SBPL_LIB_DIR@
|
||||
includedir=@SBPL_INCLUDE_DIR@
|
||||
|
||||
Name: @PKG_NAME@
|
||||
Description: @PKG_DESC@
|
||||
Version: @SBPL_VERSION@
|
||||
Requires: @PKG_EXTERNAL_DEPS@
|
||||
Libs: -L${libdir} @PKG_SBPL_LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user