2 references to CMakeOutputDir
Microsoft.DotNet.CMake.Sdk (2)
src\GetCMakeArtifactsFromFileApi.cs (2)
48
string replyDir = Path.Combine(
CMakeOutputDir
, ".cmake", "api", "v1", "reply");
184
string fullPath = Path.Combine(
CMakeOutputDir
, artifact.Path);