|
|
|
@ -65,6 +65,7 @@ package("opencv") |
|
|
|
|
if is_plat("macosx") then |
|
|
|
|
add_frameworks("Foundation", "CoreFoundation", "CoreGraphics", "AppKit", "OpenCL", "Accelerate") |
|
|
|
|
elseif is_plat("linux") then |
|
|
|
|
add_extsources("pacman::opencv", "apt::libopencv-dev") |
|
|
|
|
add_syslinks("pthread", "dl") |
|
|
|
|
elseif is_plat("windows", "mingw") then |
|
|
|
|
add_syslinks("gdi32", "user32", "glu32", "opengl32", "advapi32", "comdlg32", "ws2_32") |
|
|
|
|