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
commit
a1dc98f4b6
1 changed files with 7 additions and 1 deletions
  1. +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()


Loading…
Cancel
Save