merge with v1.x

This commit is contained in:
gabime
2020-02-26 18:13:13 +02:00
37 changed files with 909 additions and 249 deletions

View File

@@ -4,6 +4,8 @@
cmake_minimum_required(VERSION 3.1)
project(spdlog_examples CXX)
include(../cmake/utils.cmake)
if(NOT TARGET spdlog)
# Stand-alone build
find_package(spdlog REQUIRED)