From: wn.jang Date: Fri, 2 Jun 2023 05:37:13 +0000 (+0900) Subject: Add binary file to support risc64 build X-Git-Tag: accepted/tizen/unified/20230726.020702~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=decbdd49926994e93ed35f25e36ee8680c280292;p=platform%2Fcore%2Fuifw%2Fstt.git Add binary file to support risc64 build Change-Id: I3efc14c89de555e6e24a0a30649fc33f29167d7e --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f31b9d..86519ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,6 +96,8 @@ ELSEIF("${ARCH}" MATCHES "^aarch64.*") INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/voice_getengine DESTINATION ${TZ_SYS_BIN}) ELSEIF("${ARCH}" MATCHES "^x86_64.*") INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/voice_getengine DESTINATION ${TZ_SYS_BIN}) +ELSEIF("${ARCH}" MATCHES "^riscv64.*") +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/riscv64/voice_getengine DESTINATION ${TZ_SYS_BIN}) ENDIF() diff --git a/bin/riscv64/voice_getengine b/bin/riscv64/voice_getengine new file mode 100755 index 0000000..bf088d4 Binary files /dev/null and b/bin/riscv64/voice_getengine differ