11 lines · plain
1# clang-doc/support contains support libraries that do not depend2# on clang either programmatically or conceptually.3set(LLVM_LINK_COMPONENTS4 Support5 )6 7add_clang_library(clangDocSupport STATIC8 File.cpp9 Utils.cpp10 )11 1# clang-doc/support contains support libraries that do not depend2# on clang either programmatically or conceptually.3set(LLVM_LINK_COMPONENTS4 Support5 )6 7add_clang_library(clangDocSupport STATIC8 File.cpp9 Utils.cpp10 )11