aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/CMakeLists.txt
blob: 1a29f9ad3af4c4d2ad9d5a78486ce966492eb5d9 (plain)
1
2
3
4
5
set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND OperatingSystem)

if (LLDB_ENABLE_PYTHON)
  add_subdirectory(Python)
endif()