relative includes wip

This commit is contained in:
gabime
2023-09-28 00:42:16 +03:00
parent 967554e4c5
commit 4bb3b56102
42 changed files with 163 additions and 131 deletions

View File

@@ -47,7 +47,9 @@ set(SPDLOG_UTESTS_SOURCES
test_circular_q.cpp
test_ringbuffer_sink.cpp
test_source_location.cpp
test_log_level.cpp)
test_log_level.cpp
test_include_sinks.cpp
)
if(NOT SPDLOG_NO_EXCEPTIONS)
list(APPEND SPDLOG_UTESTS_SOURCES test_errors.cpp)