install target

This commit is contained in:
2023-07-15 13:43:33 +02:00
parent c888efb366
commit dba5f06c10
3 changed files with 11 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ FetchContent_Declare(
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
set(INSTALL_GTEST OFF)
FetchContent_MakeAvailable(googletest)
include(GoogleTest)