2025-01-03 15:22:57 +00:00
|
|
|
prefix=D:/Program Files (x86)/spdlog
|
2024-11-22 15:19:31 +00:00
|
|
|
exec_prefix=${prefix}
|
|
|
|
includedir=${prefix}/include
|
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
|
|
|
|
Name: libspdlog
|
|
|
|
Description: Fast C++ logging library.
|
|
|
|
URL: https://github.com/gabime/spdlog
|
2025-01-03 15:22:57 +00:00
|
|
|
Version: 1.15.0
|
2024-11-22 15:19:31 +00:00
|
|
|
CFlags: -I${includedir} -DSPDLOG_COMPILED_LIB
|
|
|
|
Libs: -L${libdir} -lspdlog -pthread
|
|
|
|
Requires:
|
|
|
|
|