Skip to content

Commit

Permalink
fix: include dll from directml package
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 20, 2024
1 parent 53e3833 commit 3e0efaa
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/*.lib")
file(GLOB onnxruntime_lib_files "${onnxruntime_SOURCE_DIR}/runtimes/win-x64/native/*")

set(onnxruntime_lib_files ${onnxruntime_lib_files} PARENT_SCOPE)

Expand Down

0 comments on commit 3e0efaa

Please sign in to comment.