3d2ab595
Hu Chunming
支持gb28181
|
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=/home/cmhu/tongtu/Linux_3rdparty/spdlog-1.9.2/release
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:
|