Sign in
llvm
/
llvm-project
/
lldb
/
9401d585ee7026ca1a64869e60df26d55ad046db
/
.
/
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()