From: wn.jang Date: Fri, 2 Jun 2023 05:30:53 +0000 (+0900) Subject: Add binary file to support risc64 build X-Git-Tag: accepted/tizen/unified/20230608.164318~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F293684%2F1;p=platform%2Fcore%2Fuifw%2Ftts.git Add binary file to support risc64 build Change-Id: I457e42fc9af41fd50092d2e6110ad701e3771b6f --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 06900bb6..0f3f2501 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,6 +81,8 @@ ELSEIF("${ARCH}" MATCHES "^aarch64.*") INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/tts_getengine DESTINATION ${TZ_SYS_BIN}) ELSEIF("${ARCH}" MATCHES "^x86_64.*") INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/tts_getengine DESTINATION ${TZ_SYS_BIN}) +ELSEIF("${ARCH}" MATCHES "^riscv64.*") +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/riscv64/tts_getengine DESTINATION ${TZ_SYS_BIN}) ENDIF() diff --git a/bin/riscv64/tts_getengine b/bin/riscv64/tts_getengine new file mode 100755 index 00000000..dfcbcd5d Binary files /dev/null and b/bin/riscv64/tts_getengine differ