brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · 331b48f Raw
10 lines · plain
1set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND Trace)2 3option(LLDB_BUILD_INTEL_PT "Enable Building of Intel(R) Processor Trace Tool" OFF)4 5add_subdirectory(common)6 7if (LLDB_BUILD_INTEL_PT)8  add_subdirectory(intel-pt)9endif()10