Sign in
llvm
/
llvm-project
/
98dbcff19cfedb4e27d267310a76d616cd435447
/
.
/
lldb
/
source
/
Plugins
/
Trace
/
CMakeLists.txt
blob: 955f88cec340461863017132a1ccfc1a9e916c0c [
file
] [
log
] [
blame
]
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()