Skip to content

Commit

Permalink
chore: more precise directml lib files
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 20, 2024
1 parent 17621db commit 84ed218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/onnxruntime-win-x64-directml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ message(STATUS "onnxruntime is downloaded to ${onnxruntime_SOURCE_DIR}")
# for static libraries, we use onnxruntime_lib_files directly below
include_directories(${onnxruntime_SOURCE_DIR}/build/native/include)

file(GLOB onnxruntime_lib_files "${onnxruntime_SOURCE_DIR}/runtimes/win-x64/native/*")
file(GLOB onnxruntime_lib_files "${onnxruntime_SOURCE_DIR}/runtimes/win-x64/native/onnxruntime.*")

set(onnxruntime_lib_files ${onnxruntime_lib_files} PARENT_SCOPE)

Expand Down

0 comments on commit 84ed218

Please sign in to comment.