You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
318 B

3 days ago
prefix=C:/Program Files (x86)/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.15.3
CFlags: -I${includedir} -DSPDLOG_COMPILED_LIB
Libs: -L${libdir} -lspdlog -pthread
Requires: