xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/CMakeLists.txt (revision be691f3bb6417f04a68938fadbcaee2d5795e764)
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