mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Initial work on benchmarks of other logging systems.
This commit is contained in:
21
vendor/CMakeLists.txt
vendored
Normal file
21
vendor/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# External libraries
|
||||
#
|
||||
#
|
||||
# Most of these libraries are used for running comparison benchmarks against
|
||||
# other logging libraries.
|
||||
|
||||
add_subdirectory(zf_log)
|
||||
|
||||
#add_subdirectory(glog)
|
||||
|
||||
add_library(easylogging INTERFACE)
|
||||
set(SPDLOG_VENDORED_EASYLOGGING_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/easyloggingpp" CACHE INTERNAL "" FORCE)
|
||||
target_include_directories(easylogging INTERFACE "${SPDLOG_VENDORED_EASYLOGGING_ROOT}/src")
|
||||
|
||||
#add_library(zflog INTERFACE)
|
||||
#set(SPDLOG_VENDORED_ZFLOG_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/zf_log" CACHE INTERNAL "" FORCE)
|
||||
#target_include_directories(zflog INTERFACE "${SPDLOG_VENDORED_ZFLOG_ROOT}/zf_log")
|
||||
##target_compile_definitions(zflog INTERFACE ZFLOG_DEFINITIONS)
|
||||
|
||||
|
1
vendor/easyloggingpp
vendored
Submodule
1
vendor/easyloggingpp
vendored
Submodule
Submodule vendor/easyloggingpp added at f926802dfb
1
vendor/glog
vendored
Submodule
1
vendor/glog
vendored
Submodule
Submodule vendor/glog added at de6149ef8e
1
vendor/zf_log
vendored
Submodule
1
vendor/zf_log
vendored
Submodule
Submodule vendor/zf_log added at 4c15e6704e
Reference in New Issue
Block a user