Sign in
llvm
/
llvm-project
/
clang-tools-extra
/
refs/heads/master
/
.
/
clang-doc
/
support
/
CMakeLists.txt
blob: 8ac913ffbe9982ded33e82018a8c857cbbaf896c [
file
] [
log
] [
blame
] [
edit
]
# clang-doc/support contains support libraries that do not depend
# on clang either programmatically or conceptually.
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangDocSupport STATIC
File.cpp
Utils.cpp
)