llvm-project/clang/lib/InstallAPI/CMakeLists.txt
Cyndy Ishida feed66f3ea
[InstallAPI] Pick up input headers by directory traversal (#94508)
Match TAPI behavior and allow input headers to be resolved via a passed
directory, which is expected to be a library sitting in a build
directory.
2024-06-14 13:08:27 -07:00

24 lines
326 B
CMake

set(LLVM_LINK_COMPONENTS
Support
TextAPI
TextAPIBinaryReader
Demangle
Core
)
add_clang_library(clangInstallAPI
DiagnosticBuilderWrappers.cpp
DirectoryScanner.cpp
DylibVerifier.cpp
FileList.cpp
Frontend.cpp
HeaderFile.cpp
Library.cpp
Visitor.cpp
LINK_LIBS
clangAST
clangBasic
clangLex
)