8 lines
164 B
CMake
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
|
||
|
)
|