fix linkage issue when enable BUILD_opencv_world (#22312)

This commit is contained in:
hzcyf 2022-08-01 14:38:22 +08:00
parent fc3e393516
commit e951edeed3

View File

@ -33,6 +33,7 @@
#pragma comment(lib, "Strmiids")
#pragma comment(lib, "Mfreadwrite")
#pragma comment(lib, "dxgi")
#pragma comment(lib, "Shlwapi")
namespace cv {
namespace obsensor {