Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
lldb
/
source
/
Plugins
/
ScriptInterpreter
/
CMakeLists.txt
blob: fa1c72a32fe13abcbf111628b6f8854a161f1589 [
file
] [
log
] [
blame
]
add_subdirectory(None)
if (LLDB_ENABLE_PYTHON)
add_subdirectory(Python)
endif()
if (LLDB_ENABLE_LUA)
add_subdirectory(Lua)
endif()