Sign in
llvm
/
llvm-project
/
7f7103cd06b06f54e69fdb0aa7361b02b7c86177
/
.
/
lldb
/
source
/
Plugins
/
ScriptInterpreter
/
None
/
CMakeLists.txt
blob: ce4fb4f9c0a03c713aa98982e7dc14961d80f346 [
file
]
add_lldb_library(lldbPluginScriptInterpreterNone PLUGIN
ScriptInterpreterNone.cpp
LINK_LIBS
lldbCore
lldbInterpreter
)