onnxruntime/samples/c_cxx/MNIST/CMakeLists.txt
Changming Sun c2aa2056b5
Sample for imagenet and batch prediction (#1372)
* Sample for imagenet and batch prediction
(Will add a readme later)
2019-07-16 14:23:45 -07:00

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")