mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 09:09:35 +08:00
Fixed cmake for bench
This commit is contained in:
@@ -36,7 +36,7 @@ endif()
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
add_executable(bench bench.cpp)
|
||||
target_link_libraries(bench spdlog::spdlog Threads::Threads -flto)
|
||||
target_link_libraries(bench spdlog::spdlog Threads::Threads)
|
||||
|
||||
add_executable(async_bench async_bench.cpp)
|
||||
target_link_libraries(async_bench spdlog::spdlog Threads::Threads)
|
||||
|
Reference in New Issue
Block a user