
The Annotations helper class does not have a gtest or gmock dependency, but because it's bundled with the rest of TestingSupport, it gets one. By splitting it out, a target can use it without being forced to use LLVM's copy of gtest. Reviewed By: GMNGeoffrey, sammccall, gribozavr2 Differential Revision: https://reviews.llvm.org/D141175
4 lines
78 B
CMake
4 lines
78 B
CMake
add_subdirectory(ADT)
|
|
add_subdirectory(Annotations)
|
|
add_subdirectory(Support)
|