Commit fc53e333 authored by gabime's avatar gabime

CMakeLists.txt minor improvments

parent d439f754
......@@ -4,6 +4,8 @@
cmake_minimum_required(VERSION 3.1)
project(spdlog_bench CXX)
message(STATUS "Generating benchmarks..")
if(NOT TARGET spdlog)
# Stand-alone build
find_package(spdlog CONFIG REQUIRED)
......
......@@ -4,6 +4,8 @@
cmake_minimum_required(VERSION 3.1)
project(spdlog_examples CXX)
message(STATUS "Generating examples..")
if(NOT TARGET spdlog)
# Stand-alone build
find_package(spdlog REQUIRED)
......
message(STATUS "Generating tests..")
set(SPDLOG_UTESTS_SOURCES
test_errors.cpp
test_file_helper.cpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment