Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
RapidASR
Commits
fbd84f8d
Commit
fbd84f8d
authored
Feb 26, 2023
by
mayong
Browse files
update files.
parent
89e1470e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
cpp_onnx/CMakeSettings.json
cpp_onnx/CMakeSettings.json
+0
-1
cpp_onnx/src/lib/CMakeLists.txt
cpp_onnx/src/lib/CMakeLists.txt
+1
-1
No files found.
cpp_onnx/CMakeSettings.json
View file @
fbd84f8d
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
"inheritEnvironments"
:
[
"msvc_x64_x64"
],
"inheritEnvironments"
:
[
"msvc_x64_x64"
],
"buildRoot"
:
"${projectDir}
\\
out
\\
build
\\
${name}"
,
"buildRoot"
:
"${projectDir}
\\
out
\\
build
\\
${name}"
,
"installRoot"
:
"${projectDir}
\\
out
\\
install
\\
${name}"
,
"installRoot"
:
"${projectDir}
\\
out
\\
install
\\
${name}"
,
"cmakeCommandArgs"
:
"-DONNXRUNTIME_DIR=D:
\\\\
thirdpart
\\\\
onnxruntime"
,
"buildCommandArgs"
:
""
,
"buildCommandArgs"
:
""
,
"ctestCommandArgs"
:
""
"ctestCommandArgs"
:
""
}
}
...
...
cpp_onnx/src/lib/CMakeLists.txt
View file @
fbd84f8d
...
@@ -17,7 +17,7 @@ if(WIN32)
...
@@ -17,7 +17,7 @@ if(WIN32)
target_link_directories
(
rapidasr PUBLIC
${
CMAKE_SOURCE_DIR
}
/win/lib/x86
)
target_link_directories
(
rapidasr PUBLIC
${
CMAKE_SOURCE_DIR
}
/win/lib/x86
)
endif
()
endif
()
target_include_directories
(
rapidasr PUBLIC
${
CMAKE_SOURCE_DIR
}
/win/include
${
CMAKE_SOURCE_DIR
}
/win/include/openblas
)
target_include_directories
(
rapidasr PUBLIC
${
CMAKE_SOURCE_DIR
}
/win/include
${
CMAKE_SOURCE_DIR
}
/win/include/openblas
)
include_directories
(
${
ONNXRUNTIME_DIR
}
\\include
)
else
()
else
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment