blob: 331b48f95f1a4f84d948e22a5364f24718f294f5 [file] [log] [blame]
set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND Trace)
option(LLDB_BUILD_INTEL_PT "Enable Building of Intel(R) Processor Trace Tool" OFF)
add_subdirectory(common)
if (LLDB_BUILD_INTEL_PT)
add_subdirectory(intel-pt)
endif()