Sha256: 78e957a90a97c974e14ebe3dac654d7047327bb173098361fa2924280f9c44a9

Contents?: true

Size: 377 Bytes

Versions: 17

Compression:

Stored size: 377 Bytes

Contents

cmake_minimum_required(VERSION 2.6.2)

project( googletest-distribution )

enable_testing()

option(BUILD_GTEST "Builds the googletest subproject" OFF)

#Note that googlemock target already builds googletest
option(BUILD_GMOCK "Builds the googlemock subproject" ON)

if(BUILD_GMOCK)
  add_subdirectory( googlemock )
elseif(BUILD_GTEST)
  add_subdirectory( googletest )
endif()

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
simdjson-0.3.0 vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/CMakeLists.txt
rj_schema-0.2.3 ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt
rj_schema-0.2.2 ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt
rj_schema-0.2.1 ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt
script_core-0.0.6 tests/googletest/CMakeLists.txt
script_core-0.0.5 tests/googletest/CMakeLists.txt
rj_schema-0.2.0 ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt
rj_schema-0.1.4 ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt
script_core-0.0.4 tests/googletest/CMakeLists.txt
script_core-0.0.3 tests/googletest/CMakeLists.txt
script_core-0.0.2 tests/googletest/CMakeLists.txt
script_core-0.0.1 tests/googletest/CMakeLists.txt
rj_schema-0.1.3 ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt
rj_schema-0.1.2 ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt
rj_schema-0.1.1 ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt
rj_schema-0.1.0 ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt
rj_schema-0.0.2 ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt