mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
8 lines
358 B
Text
8 lines
358 B
Text
<!-- @DIRECTORY_BUILD_PROPS_COMMENT@ -->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<!-- Note: build.py puts the CMake binary directory under an additional directory named for the build
|
|
configuration, so we want the parent directory here. -->
|
|
<OnnxRuntimeBuildDirectory>@CMAKE_BINARY_DIR@/..</OnnxRuntimeBuildDirectory>
|
|
</PropertyGroup>
|
|
</Project>
|