14 lines
168 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangCrossTU
CrossTranslationUnit.cpp
LINK_LIBS
clangAST
clangBasic
clangFrontend
clangIndex
)