14 lines
298 B
PkgConfig
14 lines
298 B
PkgConfig
prefix=d:/spdlog
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: libspdlog
|
|
Description: Fast C++ logging library.
|
|
URL: https://github.com/gabime/spdlog
|
|
Version: 1.12.0
|
|
CFlags: -I${includedir} -DSPDLOG_COMPILED_LIB
|
|
Libs: -L${libdir} -lspdlog -pthread
|
|
Requires:
|
|
|