Update CMakeLists.txt

This commit is contained in:
Administrator 2022-01-23 15:59:54 +00:00
parent 4a0bd5b08e
commit d9c76b0ed9

View File

@ -21,7 +21,7 @@ add_executable(
) )
target_link_libraries( target_link_libraries(
hello_test hello_test
gtest_main gtest
) )
include(GoogleTest) include(GoogleTest)