llvm-project/lldb/scripts/Python/modules/CMakeLists.txt

5 lines
138 B
CMake

# build the Python readline suppression module only on Linux
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
add_subdirectory(readline)
endif()