llvm-project/lldb/source/Plugins/Trace/CMakeLists.txt

6 lines
146 B
CMake

option(LLDB_BUILD_INTEL_PT "Enable Building of Intel(R) Processor Trace Tool" OFF)
if (LLDB_BUILD_INTEL_PT)
add_subdirectory(intel-pt)
endif()