11 lines
145 B
CMake
11 lines
145 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_clang_library(clangIndexSerialization
|
||
|
SerializablePathCollection.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
clangBasic
|
||
|
)
|