From: wn.jang Date: Fri, 2 Jun 2023 05:40:55 +0000 (+0900) Subject: Add binary file to support risc64 build X-Git-Tag: accepted/tizen/unified/20230718.162132~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d03a2668313ee86e10f539611d2c4c05b96a70f3;p=platform%2Fcore%2Fuifw%2Fvoice-control.git Add binary file to support risc64 build Change-Id: Iad7eac216720939db6021ee811a816c1da1523fa --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2142161..c525efc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,6 +82,8 @@ ELSEIF("${ARCH}" MATCHES "^aarch64.*") INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/vc_getengine DESTINATION ${TZ_SYS_BIN}) ELSEIF("${ARCH}" MATCHES "^x86_64.*") INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/vc_getengine DESTINATION ${TZ_SYS_BIN}) +ELSEIF("${ARCH}" MATCHES "^riscv64.*") +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/riscv64/vc_getengine DESTINATION ${TZ_SYS_BIN}) ENDIF() ## Test diff --git a/bin/riscv64/vc_getengine b/bin/riscv64/vc_getengine new file mode 100755 index 0000000..2b22f6d Binary files /dev/null and b/bin/riscv64/vc_getengine differ