diff --git a/lib/nncase/v1/lib/cmake/nncaseruntime/nncaseruntimeTargets-release.cmake b/lib/nncase/v1/lib/cmake/nncaseruntime/nncaseruntimeTargets-release.cmake index edebb3b..708c04f 100644 --- a/lib/nncase/v1/lib/cmake/nncaseruntime/nncaseruntimeTargets-release.cmake +++ b/lib/nncase/v1/lib/cmake/nncaseruntime/nncaseruntimeTargets-release.cmake @@ -15,16 +15,6 @@ set_target_properties(nncaseruntime PROPERTIES list(APPEND _IMPORT_CHECK_TARGETS nncaseruntime ) list(APPEND _IMPORT_CHECK_FILES_FOR_nncaseruntime "${_IMPORT_PREFIX}/lib/libnncase.runtime.a" ) -# Import target "kendryte" for configuration "Release" -set_property(TARGET kendryte APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) -set_target_properties(kendryte PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C" - IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libkendryte.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS kendryte ) -list(APPEND _IMPORT_CHECK_FILES_FOR_kendryte "${_IMPORT_PREFIX}/lib/libkendryte.a" ) - # Import target "nncase_rt_modules_k210" for configuration "Release" set_property(TARGET nncase_rt_modules_k210 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) set_target_properties(nncase_rt_modules_k210 PROPERTIES diff --git a/lib/nncase/v1/lib/cmake/nncaseruntime/nncaseruntimeTargets.cmake b/lib/nncase/v1/lib/cmake/nncaseruntime/nncaseruntimeTargets.cmake index cdc3e5d..97545b9 100644 --- a/lib/nncase/v1/lib/cmake/nncaseruntime/nncaseruntimeTargets.cmake +++ b/lib/nncase/v1/lib/cmake/nncaseruntime/nncaseruntimeTargets.cmake @@ -83,17 +83,14 @@ set_target_properties(runtime_stackvm PROPERTIES add_library(kernels_k210 INTERFACE IMPORTED) set_target_properties(kernels_k210 PROPERTIES - INTERFACE_LINK_LIBRARIES "nncaseruntime;\$" + INTERFACE_LINK_LIBRARIES "nncaseruntime" ) -# Create imported target kendryte -add_library(kendryte STATIC IMPORTED) - # Create imported target runtime_k210 add_library(runtime_k210 INTERFACE IMPORTED) set_target_properties(runtime_k210 PROPERTIES - INTERFACE_LINK_LIBRARIES "nncaseruntime;\$;\$" + INTERFACE_LINK_LIBRARIES "nncaseruntime;\$" ) # Create imported target nncase_rt_modules_k210 diff --git a/lib/nncase/v1/lib/libnncase.rt_modules.k210.a b/lib/nncase/v1/lib/libnncase.rt_modules.k210.a index 46dc567..3ec68c1 100644 Binary files a/lib/nncase/v1/lib/libnncase.rt_modules.k210.a and b/lib/nncase/v1/lib/libnncase.rt_modules.k210.a differ diff --git a/lib/nncase/v1/lib/libnncase.runtime.a b/lib/nncase/v1/lib/libnncase.runtime.a index 08a3c4b..9850e72 100644 Binary files a/lib/nncase/v1/lib/libnncase.runtime.a and b/lib/nncase/v1/lib/libnncase.runtime.a differ