
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.
24 lines
326 B
CMake
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
|
|
)
|