commit x64 compilation from lulu cause the other branch dont seems to compile properly at home

This commit is contained in:
2026-07-17 16:08:20 +02:00
parent c0f3eeb00d
commit 0efa4ee6f7
625 changed files with 117283 additions and 4426 deletions

View File

@ -30,7 +30,7 @@ target_include_directories(webcam PRIVATE
target_compile_definitions(webcam PRIVATE
__PLATFORM_WINDOWS__
WIN32
WIN64
_USRDLL
_GS_DLL_EXPORT
)
@ -42,7 +42,7 @@ target_link_libraries(webcam PRIVATE
platform
engine
framework
opencv_world300
opencv_world345
extern
Ws2_32