onnxruntime/samples/c_cxx/model-explorer/CMakeLists.txt
Josh Bradley 3effac2990
Experimental C++ API examples (#4358)
* Add examples

* fix build instructions for linux users

* fix header include

* update documentation
2020-07-08 23:17:50 -07:00

8 lines
No EOL
329 B
CMake

# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
add_executable(model-explorer model-explorer.cpp)
target_link_libraries(model-explorer PRIVATE onnxruntime)
add_executable(batch-model-explorer batch-model-explorer.cpp)
target_link_libraries(batch-model-explorer PRIVATE onnxruntime)