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