1if (LLDB_ENABLE_PYTHON)
2  add_subdirectory(Python)
3endif()
4if (LLDB_ENABLE_LUA)
5  add_subdirectory(Lua)
6endif()
7