#add_library(entry SHARED hello.cpp)
add_library(entry SHARED mslite_napi.cpp)
target_link_libraries(entry PUBLIC libace_napi.z.so)
target_link_libraries(entry PUBLIC hilog_ndk.z)
target_link_libraries(entry PUBLIC rawfile.z)
target_link_libraries(entry PUBLIC ace_napi.z)
target_link_libraries(entry PUBLIC mindspore_lite_ndk) # 链接MindSpore Lite动态库。