Merge 9b6126a54f38a15df3f9a69767643888b0747885 into 7140cd416cecd7462a8aae488024abeee55598e4

This commit is contained in:
Syed Shazli 2026-06-02 21:56:23 -04:00 committed by GitHub
commit dbf2ca5971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,6 +107,9 @@ add_executable(
hello_test
hello_test.cc
)
find_package(GTest REQUIRED)
target_link_libraries(
hello_test
GTest::gtest_main