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