[lldb][dwarf] Compute fully qualified names on simplified template names with DWARFT...
[llvm-project.git] / lldb / source / Interpreter / Interfaces / CMakeLists.txt
blobf44672aa50b75b414fe7b35288d04b05d122566e
1 add_lldb_library(lldbInterpreterInterfaces NO_PLUGIN_DEPENDENCIES
2   ScriptedInterfaceUsages.cpp
4   LINK_LIBS
5     lldbUtility
7   LINK_COMPONENTS
8     Support
9   )