hyporo-cpp/cmake/googletest.cmake
2022-09-22 20:43:06 +05:00

8 lines
164 B
CMake

include(${CMAKE_CURRENT_LIST_DIR}/CPM.cmake)
CPMAddPackage(
NAME googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.12.1
)