SLVoice update Windows and Mac

This commit is contained in:
Router Gray
2019-05-02 09:08:06 -05:00
committed by Lirusaito
parent 1193f9bb65
commit 535a01ea30
4 changed files with 51 additions and 15 deletions

View File

@@ -22,10 +22,19 @@ if(WINDOWS)
set(vivox_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}")
set(vivox_files
SLVoice.exe
vivoxsdk.dll
ortp.dll
vivoxplatform.dll
)
if (ADDRESS_SIZE EQUAL 64)
list(APPEND vivox_files
vivoxsdk_x64.dll
ortp_x64.dll
)
else (ADDRESS_SIZE EQUAL 64)
list(APPEND vivox_files
vivoxsdk.dll
ortp.dll
)
endif (ADDRESS_SIZE EQUAL 64)
#*******************************
# Misc shared libs