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
8859a755
Unverified
Commit
8859a755
authored
Feb 26, 2023
by
Daniel
Committed by
GitHub
Feb 26, 2023
Browse files
Update CMakeLists.txt
parent
a0774179
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cpp_onnx/src/lib/CMakeLists.txt
cpp_onnx/src/lib/CMakeLists.txt
+3
-2
No files found.
cpp_onnx/src/lib/CMakeLists.txt
View file @
8859a755
...
...
@@ -17,6 +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
()
...
...
@@ -32,10 +33,10 @@ else()
target_include_directories
(
rapidasr PUBLIC
${
OPENBLAS_INCLUDE_DIR
}
${
FFTW3F_INCLUDE_DIR
}
)
target_link_directories
(
rapidasr PUBLIC
${
OPENBLAS_LIBRARY_DIR
}
${
FFTW3F_LIBRARY_DIR
}
)
include_directories
(
${
ONNXRUNTIME_DIR
}
/include
)
endif
()
include_directories
(
${
ONNXRUNTIME_DIR
}
\\include
)
message
(
${
ONNXRUNTIME_DIR
}
\\lib
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
/include
)
...
...
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