diff --git a/CMakeLists.txt b/CMakeLists.txt index f150b9c..69c8ed0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ add_executable( ) target_link_libraries( hello_test - gtest_main + gtest ) include(GoogleTest)