forked from OSchip/llvm-project
9 lines
115 B
CMake
9 lines
115 B
CMake
|
add_clang_library(clangIndex
|
||
|
USRGeneration.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(clangIndex
|
||
|
clangBasic
|
||
|
clangAST
|
||
|
)
|