brintos

brintos / llvm-project-archived public Read only

0
0
Text · 205 B · 4429b00 Raw
11 lines · plain
1set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND ScriptInterpreter)2 3add_subdirectory(None)4if (LLDB_ENABLE_PYTHON)5  add_subdirectory(Python)6endif()7 8if (LLDB_ENABLE_LUA)9  add_subdirectory(Lua)10endif()11