fix windows build

This commit is contained in:
Naoto Kondo
2021-06-12 18:13:21 +09:00
parent a2697ac335
commit b293352917
2 changed files with 2 additions and 1 deletions

View File

@@ -40,5 +40,6 @@ install(
FILES FILES
"${NDI_DIR}/Bin/x64/Processing.NDI.Lib.x64.dll" "${NDI_DIR}/Bin/x64/Processing.NDI.Lib.x64.dll"
"${NDI_DIR}/Bin/x64/Processing.NDI.Lib.Licenses.txt" "${NDI_DIR}/Bin/x64/Processing.NDI.Lib.Licenses.txt"
DESTINATION ${CMAKE_INSTALL_PREFIX}
) )
endif() endif()

View File

@@ -42,7 +42,7 @@ setup(
'build_py': build_py, 'build_py': build_py,
'build_ext': build_ext}, 'build_ext': build_ext},
packages=[''], packages=[''],
package_data={'':['*.so', '*.dll', '*.dylib']}, package_data={'':['*.so', '*.pyd', '*.dll', '*.dylib', '*.txt']},
include_package_data=False, include_package_data=False,
python_requires='>=3.4', python_requires='>=3.4',
zip_safe=False zip_safe=False