diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cd9863020f7a636a6b7bd2f4386d1c5c681a2d40..0276e9b0bbb4939f70edde4597bdf33809ff4b8d 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