Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
9bb71b73d92331d1fb3d7561a44443252be813a7
/
.
/
lldb
/
scripts
/
Python
/
modules
/
CMakeLists.txt
blob: 13e65ee53c2decb849841cd5edf8631203c7b80a [
file
] [
log
] [
blame
]
Todd Fiala
9bb71b7
2014-02-26 07:39:20 +0000
[
diff
] [
blame^
]
1
# build the Python readline suppression module only on Linux
2
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
3
add_subdirectory(readline)
4
endif()