add support for x86 build on windows

This commit is contained in:
Naoto Kondo
2022-03-22 18:28:18 +09:00
parent 75341a5442
commit 7244956ee7
2 changed files with 10 additions and 5 deletions

View File

@@ -42,8 +42,8 @@ install(
if(WIN32)
install(
FILES
"${NDI_DIR}/Bin/x64/Processing.NDI.Lib.x64.dll"
"${NDI_DIR}/Bin/x64/Processing.NDI.Lib.Licenses.txt"
"${NDI_DIR}/Bin/${NDI_ARCH}/Processing.NDI.Lib.${NDI_ARCH}.dll"
"${NDI_LICENSE_DIR}/Processing.NDI.Lib.Licenses.txt"
DESTINATION ${CMAKE_INSTALL_PREFIX}
)
elseif(APPLE)