llvm-project/clang/lib/InstallAPI/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
235 B
CMake
Raw Normal View History

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