llvm-project/clang/lib/Testing/CMakeLists.txt
Dmitri Gribenko 0e265e3157 Move unittest helpers to a shared location
Summary:
unittests/AST/Language.h defines some helpers that we would like to
reuse in other tests, for example, in tests for syntax trees.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: mgorny, martong, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D80792
2020-05-29 16:47:33 +02:00

8 lines
97 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangTesting
CommandLineArgs.cpp
)