mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 09:09:35 +08:00
CMake refactoring to functions
This commit is contained in:
@@ -13,6 +13,7 @@ find_package(Threads REQUIRED)
|
||||
find_package(benchmark CONFIG REQUIRED)
|
||||
|
||||
add_executable(bench bench.cpp)
|
||||
spdlog_enable_warnings(bench)
|
||||
target_link_libraries(bench PRIVATE spdlog::spdlog)
|
||||
|
||||
add_executable(async_bench async_bench.cpp)
|
||||
|
Reference in New Issue
Block a user