14 lines
302 B
PkgConfig
14 lines
302 B
PkgConfig
prefix=D:/lib/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.14.1
|
|
CFlags: -I${includedir} -DSPDLOG_COMPILED_LIB
|
|
Libs: -L${libdir} -lspdlog -pthread
|
|
Requires:
|
|
|