llvm-project/lldb/tools/lldb-instr/CMakeLists.txt

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

17 lines
224 B
CMake
Raw Normal View History

add_lldb_tool(lldb-instr
Instrument.cpp
CLANG_LIBS
clangAST
clangBasic
clangCodeGen
clangFrontend
clangLex
clangRewrite
clangSerialization
clangTooling
LINK_COMPONENTS
Support
)