build pip package for windows
This commit is contained in:
@@ -36,12 +36,12 @@ install(
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}
|
||||
)
|
||||
if(WIN32)
|
||||
install(
|
||||
FILES
|
||||
"${NDI_DIR}/Bin/x64/Processing.NDI.Lib.x64.dll"
|
||||
"${NDI_DIR}/Bin/x64/Processing.NDI.Lib.Licenses.txt"
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}
|
||||
)
|
||||
install(
|
||||
FILES
|
||||
"${NDI_DIR}/Bin/x64/Processing.NDI.Lib.x64.dll"
|
||||
"${NDI_DIR}/Bin/x64/Processing.NDI.Lib.Licenses.txt"
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}
|
||||
)
|
||||
elseif(UNIX)
|
||||
file(GLOB DLL "${NDI_LIBRARY_DIR}/libndi.so*")
|
||||
file(GLOB LICENSE "${NDI_LICENSE_DIR}/*.txt")
|
||||
|
||||
Reference in New Issue
Block a user