3 references to Targets
Microsoft.DotNet.CMake.Sdk (3)
src\GetCMakeArtifactsFromFileApi.cs (3)
118
if (config.Directories == null || config.
Targets
== null)
154
if (targetIndex < 0 || targetIndex >= config.
Targets
.Count)
159
var target = config.
Targets
[targetIndex];