blob: 282320d382656eab0ba386d12b0a6a6fa59c1cbe [file] [log] [blame]
# build the Python readline suppression module only on Linux
if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT __ANDROID_NDK__)
add_subdirectory(readline)
endif()