14 lines
168 B
CMake
14 lines
168 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_clang_library(clangCrossTU
|
||
|
CrossTranslationUnit.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
clangAST
|
||
|
clangBasic
|
||
|
clangFrontend
|
||
|
clangIndex
|
||
|
)
|