hyporo-cpp/cmake/external/googletest.cmake

8 lines
170 B
CMake
Raw Normal View History

2022-12-13 23:09:36 +05:00
include(${CMAKE_SOURCE_DIR}/cmake/tools/CPM.cmake)
2022-09-22 20:43:06 +05:00
CPMAddPackage(
NAME googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.12.1
)