Update CMakeLists.txt

This commit is contained in:
Administrator 2022-01-23 15:13:40 +00:00
parent 940f6c6f71
commit 95535f3a27

View File

@ -17,7 +17,7 @@ enable_testing()
add_executable(
hello_test
"src/hello_test.cc"
"test/hello_test.cc"
)
target_link_libraries(
hello_test