bolt/deps/llvm-18.1.8/lldb/source/Plugins/Trace/CMakeLists.txt

8 lines
172 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
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()