Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
lldb
/
source
/
Plugins
/
ScriptInterpreter
/
CMakeLists.txt
blob: 4429b006173a7076b9006482f77c79152bc857c0 [
file
] [
edit
]
set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND ScriptInterpreter)
add_subdirectory(None)
if (LLDB_ENABLE_PYTHON)
add_subdirectory(Python)
endif()
if (LLDB_ENABLE_LUA)
add_subdirectory(Lua)
endif()