Add binary file to support risc64 build
[platform/core/uifw/stt.git] / CMakeLists.txt
index 6f31b9d..86519ac 100644 (file)
@@ -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()