15 lines
225 B
Text
15 lines
225 B
Text
|
set(LLVM_LINK_COMPONENTS support)
|
||
|
|
||
|
add_clang_library(clangToolingInclusions
|
||
|
HeaderAnalysis.cpp
|
||
|
HeaderIncludes.cpp
|
||
|
IncludeStyle.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
clangBasic
|
||
|
clangLex
|
||
|
clangToolingCore
|
||
|
)
|
||
|
|
||
|
add_subdirectory(Stdlib)
|