From fdd10b2a2a79ede0184005e44e08dbd9e922d7ef Mon Sep 17 00:00:00 2001 From: JYJS Date: Sun, 8 Sep 2024 13:56:39 +0800 Subject: [PATCH] lab0 fix logging --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cd98630..0276e9b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,5 +3,5 @@ add_executable( ) add_executable( - test_logging test_logging.cpp + test_logging test_logging.cpp logging.cpp ) \ No newline at end of file -- GitLab