This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!15593
SoLoader refresh demo
From:
@zhaodezan
Reviewed-by: @jpc_chenjianping,@zhanghaibo5 Signed-off-by:
@jpc_chenjianping
pull/15593/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
a0fe698e61
3217140a1d
commit
a1dc98f4b6
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
mindspore/lite/examples/quick_start_cpp/CMakeLists.txt
+ 7
- 1
mindspore/lite/examples/quick_start_cpp/CMakeLists.txt
View File
@@ -27,4 +27,10 @@ if(WIN32)
mindspore_quick_start_cpp
ssp
)
endif()
else()
target_link_libraries(
mindspore_quick_start_cpp
dl
)
endif()
Write
Preview
Loading…
Cancel
Save