mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
12 lines
509 B
CMake
12 lines
509 B
CMake
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the MIT License.
|
|
|
|
set (CSHARP_ROOT ${PROJECT_SOURCE_DIR}/../csharp)
|
|
set (CSHARP_MASTER_TARGET OnnxRuntime.CSharp)
|
|
set (CSHARP_MASTER_PROJECT ${CSHARP_ROOT}/OnnxRuntime.CSharp.proj )
|
|
include(CSharpUtilities)
|
|
|
|
include_external_msproject(${CSHARP_MASTER_TARGET}
|
|
${CSHARP_MASTER_PROJECT}
|
|
onnxruntime # make it depend on the native onnxruntime project
|
|
)
|