Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
05495c5d4571b1756369e00a1ca7003d63e204da
/
.
/
lldb
/
source
/
Plugins
/
ScriptInterpreter
/
CMakeLists.txt
blob: 5d8642eb07e671f0776675b00271bc15719fa416 [
file
] [
log
] [
blame
]
Zachary Turner
2c1f46d
2015-07-30 20:28:07 +0000
[
diff
] [
blame
]
1
add_subdirectory(None)
Pavel Labath
bcadb5a
2018-06-21 14:09:15 +0000
[
diff
] [
blame
]
2
if (NOT LLDB_DISABLE_PYTHON)
3
add_subdirectory(Python)
4
endif()