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