Commit fbd84f8d authored by mayong's avatar mayong
Browse files

update files.

parent 89e1470e
......@@ -7,7 +7,6 @@
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-DONNXRUNTIME_DIR=D:\\\\thirdpart\\\\onnxruntime",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
......
......@@ -17,7 +17,7 @@ if(WIN32)
target_link_directories(rapidasr PUBLIC ${CMAKE_SOURCE_DIR}/win/lib/x86)
endif()
target_include_directories(rapidasr PUBLIC ${CMAKE_SOURCE_DIR}/win/include ${CMAKE_SOURCE_DIR}/win/include/openblas)
include_directories(${ONNXRUNTIME_DIR}\\include)
else()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment