Browse Source

SoLoader refresh demo

pull/15593/head
zhaodezan 4 years ago
parent
commit
3217140a1d
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 mindspore_quick_start_cpp
ssp ssp
) )
endif()
else()
target_link_libraries(
mindspore_quick_start_cpp
dl
)
endif()


Loading…
Cancel
Save