Files
clang-p2996/clang/lib/Tooling/Inclusions/CMakeLists.txt
Eric Liu 44564ac7eb Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
This reverts commit r333534 (i.e. reland r332720) after fixing module build.

Differential Revision: https://reviews.llvm.org/D47068

llvm-svn: 333874
2018-06-04 09:04:12 +00:00

13 lines
191 B
CMake

set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangToolingInclusions
HeaderIncludes.cpp
IncludeStyle.cpp
LINK_LIBS
clangBasic
clangLex
clangRewrite
clangToolingCore
)