git commit -m "first commit"

This commit is contained in:
2026-05-28 10:29:58 +07:00
commit 167c52aeb6
2048 changed files with 740251 additions and 0 deletions

12
navigations/sbpl/sbpl.pc.in Executable file
View 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}