Merge 9b6126a54f38a15df3f9a69767643888b0747885 into a0f06a70e3da7afa88da9527c43951bca1f7cef2

This commit is contained in:
Syed Shazli 2026-07-29 15:06:03 -04:00 committed by GitHub
commit 59cf870f46
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