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