Sign in
llvm
/
llvm-project
/
lldb
/
1c84a372266b08b8b0ced3f3621898b4e422db4f
/
.
/
unittests
/
ScriptInterpreter
/
CMakeLists.txt
blob: 82cd128a6138591185a2b73de1a2d89421b0e514 [
file
]
if (LLDB_ENABLE_PYTHON)
add_subdirectory(Python)
endif()
if (LLDB_ENABLE_LUA)
add_subdirectory(Lua)
endif()