xref: /llvm-project/lldb/source/Plugins/Trace/CMakeLists.txt (revision 8e6b31c3952b366fc3fa0da8e3df7fc09fa65b05)
1option(LLDB_BUILD_INTEL_PT "Enable Building of Intel(R) Processor Trace Tool" OFF)
2
3add_subdirectory(common)
4
5if (LLDB_BUILD_INTEL_PT)
6  add_subdirectory(intel-pt)
7endif()
8