mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Fixed cmake for bench
This commit is contained in:
parent
dca20731a2
commit
08064716b3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user