Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ef9bc3d85761d560b36990d5acf74e4e466c64b0
/
.
/
lldb
/
scripts
/
Python
/
modules
/
CMakeLists.txt
blob: 13e65ee53c2decb849841cd5edf8631203c7b80a [
file
] [
log
] [
blame
]
# build the Python readline suppression module only on Linux
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
add_subdirectory(readline)
endif()