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