From a8b5bb894eeb680b873203b43adf31c860c52c69 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 23 Feb 2018 16:49:26 +0200 Subject: [PATCH] fixed cmake for tests --- tests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9ec232c8..119fab55 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -6,7 +6,8 @@ set(SPDLOG_UTESTS_SOURCES errors.cpp file_helper.cpp file_log.cpp - format.cpp + test_misc.cpp + test_pattern_formatter includes.h registry.cpp test_macros.cpp