CMake refactoring to functions

This commit is contained in:
gabime
2019-06-10 18:09:36 +03:00
parent 80740f0e46
commit 68a0193d95
7 changed files with 57 additions and 53 deletions

View File

@@ -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)