Sign in
llvm
/
llvm-project
/
e612f37f2c110987ec43f8aa4fe8e86d6f64186f
/
.
/
lldb
/
source
/
Plugins
/
Trace
/
CMakeLists.txt
blob: 331b48f95f1a4f84d948e22a5364f24718f294f5 [
file
] [
log
] [
blame
]
set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND Trace)
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()