Files
clio/CMake/deps/gtest.cmake
2023-07-24 18:43:02 +01:00

5 lines
67 B
CMake

find_package(gtest REQUIRED)
enable_testing()
include(GoogleTest)