6 lines
88 B
CMake
6 lines
88 B
CMake
add_subdirectory( gmock )
|
|
|
|
if(enable_benchmarks)
|
|
add_subdirectory( benchmark )
|
|
endif()
|