1 cmake_minimum_required(VERSION 2.6.2)
3 project( googletest-distribution )
7 option(BUILD_GTEST "Builds the googletest subproject" OFF)
9 #Note that googlemock target already builds googletest
10 option(BUILD_GMOCK "Builds the googlemock subproject" ON)
13 add_subdirectory( googlemock )
15 add_subdirectory( googletest )