13 lines
296 B
PkgConfig
Executable File
13 lines
296 B
PkgConfig
Executable File
# 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}
|
|
|