fix windows build
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user