mirror of
https://github.com/google/googletest.git
synced 2026-07-30 16:26:24 +08:00
Compare commits
2 Commits
59cf870f46
...
b568de8613
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b568de8613 | ||
|
|
9b6126a54f |
@ -107,6 +107,9 @@ add_executable(
|
||||
hello_test
|
||||
hello_test.cc
|
||||
)
|
||||
|
||||
find_package(GTest REQUIRED)
|
||||
|
||||
target_link_libraries(
|
||||
hello_test
|
||||
GTest::gtest_main
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user