xref: /llvm-project/lldb/source/Interpreter/Interfaces/CMakeLists.txt (revision bccff3baeff8164af56e2deee03a0faee93710d0)
1add_lldb_library(lldbInterpreterInterfaces NO_PLUGIN_DEPENDENCIES
2  ScriptedInterfaceUsages.cpp
3
4  LINK_LIBS
5    lldbUtility
6
7  LINK_COMPONENTS
8    Support
9  )
10
11