mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
CMake improvements
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
||||
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
project(SpdlogBench CXX)
|
||||
project(spdlog_bench CXX)
|
||||
|
||||
if(NOT TARGET spdlog)
|
||||
# Stand-alone build
|
||||
@@ -21,7 +21,6 @@ target_link_libraries(async_bench PRIVATE spdlog::spdlog)
|
||||
add_executable(latency latency.cpp)
|
||||
target_link_libraries(latency PRIVATE benchmark::benchmark spdlog::spdlog)
|
||||
|
||||
|
||||
add_executable(formatter-bench formatter-bench.cpp)
|
||||
target_link_libraries(formatter-bench PRIVATE benchmark::benchmark spdlog::spdlog)
|
||||
|
||||
|
Reference in New Issue
Block a user