summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/modules/CMakeLists.txt
blob: 13e65ee53c2decb849841cd5edf8631203c7b80a (plain)
1
2
3
4
# build the Python readline suppression module only on Linux
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
   add_subdirectory(readline)
endif()
OpenPOWER on IntegriCloud