7 lines
133 B
CMake
7 lines
133 B
CMake
add_lldb_library(lldbPluginScriptInterpreterNone PLUGIN
|
|
ScriptInterpreterNone.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbInterpreter
|
|
) |