From dc328de72ac91f4233ad06da37a9804f29377e1c Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 21 May 2018 16:40:31 +0300 Subject: [PATCH] added test_async to cmake and vcxproj --- tests/CMakeLists.txt | 5 +++-- tests/tests.vcxproj | 11 ++++++----- tests/tests.vcxproj.filters | 3 +++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 119fab55..d37f3c4e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -6,8 +6,9 @@ set(SPDLOG_UTESTS_SOURCES errors.cpp file_helper.cpp file_log.cpp - test_misc.cpp - test_pattern_formatter + test_misc.cpp + test_pattern_formatter.cpp + test_async.cpp includes.h registry.cpp test_macros.cpp diff --git a/tests/tests.vcxproj b/tests/tests.vcxproj index 286c6979..4565f197 100644 --- a/tests/tests.vcxproj +++ b/tests/tests.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v140 + v141 MultiByte Application true - v140 + v141 MultiByte Application false - v140 + v141 true MultiByte Application false - v140 + v141 true MultiByte @@ -129,6 +129,7 @@ + diff --git a/tests/tests.vcxproj.filters b/tests/tests.vcxproj.filters index d1fdf73d..c70cc496 100644 --- a/tests/tests.vcxproj.filters +++ b/tests/tests.vcxproj.filters @@ -42,6 +42,9 @@ Source Files + + Source Files +