Skip to content

Commit

Permalink
cmake update
Browse files Browse the repository at this point in the history
  • Loading branch information
skottmckay committed Dec 23, 2024
1 parent 721c7bc commit 0f213ef
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/onnxruntime_unittests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ set (onnxruntime_shared_lib_test_SRC

if (NOT onnxruntime_MINIMAL_BUILD)
list(APPEND onnxruntime_shared_lib_test_SRC ${ONNXRUNTIME_SHARED_LIB_TEST_SRC_DIR}/test_inference.cc)
list(APPEND onnxruntime_shared_lib_test_SRC ${ONNXRUNTIME_SHARED_LIB_TEST_SRC_DIR}/test_graph_api.cc)
list(APPEND onnxruntime_shared_lib_test_SRC ${ONNXRUNTIME_SHARED_LIB_TEST_SRC_DIR}/test_model_builder_api.cc)
endif()

if(onnxruntime_RUN_ONNX_TESTS)
Expand Down
Loading

0 comments on commit 0f213ef

Please sign in to comment.