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