mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
8 lines
No EOL
221 B
CMake
8 lines
No EOL
221 B
CMake
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the MIT License.
|
|
|
|
cmake_minimum_required(VERSION 3.13)
|
|
|
|
add_executable(mnist MNIST.cpp)
|
|
|
|
target_link_options(mnist PRIVATE "/SUBSYSTEM:WINDOWS") |