aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/InstallAPI/CMakeLists.txt
blob: b63173bc1be3e94ddf431e88bb7a723316cfa84d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
  )