if (MD5_ENABLE_TESTING) if (MSVC) set(gtest_force_shared_crt ON) endif() add_subdirectory(third_party/googletest/ EXCLUDE_FROM_ALL) endif() if (MD5_ENABLE_BENCHMARK) if (NOT MSVC) set(BENCHMARK_ENABLE_EXCEPTIONS OFF) endif() set(BENCHMARK_ENABLE_TESTING OFF) add_subdirectory(third_party/benchmark/ EXCLUDE_FROM_ALL) endif()