1
prefix=/home/cmhu/vpt_ascend_arm/3rdparty/spdlog-1.9.2/release
2 3 4 5 6 7 8 9 10 11 12
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.9.2 CFlags: -I${includedir} -DSPDLOG_COMPILED_LIB Libs: -L${libdir} -lspdlog -pthread Requires: