eedb/share/CMakeLists.txt
2017-03-05 18:25:38 +01:00

6 lines
88 B
CMake

add_subdirectory( gmock )
if(enable_benchmarks)
add_subdirectory( benchmark )
endif()