llvm-for-llvmta/tools/clang/lib/IndexSerialization/CMakeLists.txt

11 lines
145 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangIndexSerialization
SerializablePathCollection.cpp
LINK_LIBS
clangBasic
)