Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
277 B
Plaintext

The package gtest is compatible with built-in CMake targets:
enable_testing()
find_package(GTest CONFIG REQUIRED)
target_link_libraries(main PRIVATE GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main)
add_test(AllTestsInMain main)