MCPcopy Create free account
hub / github.com/Kitware/CMake / IsInstrumentableTargetType

Method IsInstrumentableTargetType

Source/cmInstrumentation.cxx:826–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826bool cmInstrumentation::IsInstrumentableTargetType(
827 cmStateEnums::TargetType type)
828{
829 return type == cmStateEnums::TargetType::EXECUTABLE ||
830 type == cmStateEnums::TargetType::SHARED_LIBRARY ||
831 type == cmStateEnums::TargetType::STATIC_LIBRARY ||
832 type == cmStateEnums::TargetType::MODULE_LIBRARY ||
833 type == cmStateEnums::TargetType::OBJECT_LIBRARY;
834}
835
836/*
837 * Called by ctest --start-instrumentation.

Callers 1

DumpTargetsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected