[TableGen] Add TreePatternNode::children and use it in for loops (NFC) (#119877)
[llvm-project.git] / lldb / source / Plugins / ScriptInterpreter / None / CMakeLists.txt
blobce4fb4f9c0a03c713aa98982e7dc14961d80f346
1 add_lldb_library(lldbPluginScriptInterpreterNone PLUGIN
2   ScriptInterpreterNone.cpp
4   LINK_LIBS
5     lldbCore
6     lldbInterpreter
7   )