
This patch adds or fills in some helper functions related to template setup when initializing the mustache backend. It was split from #133161. Co-authored-by: Peter Chou <peter.chou@mail.utoronto.ca>
11 lines
226 B
CMake
11 lines
226 B
CMake
# 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
|
|
)
|