From 95535f3a272cbd78dddfe104e772cf161a39e5ab Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 15:13:40 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67d6217..f150b9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ enable_testing() add_executable( hello_test - "src/hello_test.cc" + "test/hello_test.cc" ) target_link_libraries( hello_test