summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-instr/CMakeLists.txt
blob: 8da453b2894fdd22b782a67a31f4e16938ef10f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
add_lldb_tool(lldb-instr
  Instrument.cpp

  CLANG_LIBS
    clangAST
    clangBasic
    clangCodeGen
    clangFrontend
    clangLex
    clangRewrite
    clangSerialization
    clangTooling

  LINK_COMPONENTS
    Support
  )
OpenPOWER on IntegriCloud