blob: 3349fc283925d199654e2050477ea6f6da60ac46 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
TargetParser
)
add_clang_library(clangCrossTU
CrossTranslationUnit.cpp
LINK_LIBS
clangAST
clangBasic
clangFrontend
clangIndex
)