1*be691f3bSpatrickoption(LLDB_BUILD_INTEL_PT "Enable Building of Intel(R) Processor Trace Tool" OFF) 2*be691f3bSpatrick 3*be691f3bSpatrickadd_subdirectory(common) 4*be691f3bSpatrick 5*be691f3bSpatrickif (LLDB_BUILD_INTEL_PT) 6*be691f3bSpatrick add_subdirectory(intel-pt) 7*be691f3bSpatrickendif() 8