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