We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2b840 + 74d4cfc commit 4367726Copy full SHA for 4367726
packages/o/opencv/xmake.lua
@@ -65,6 +65,7 @@ package("opencv")
65
if is_plat("macosx") then
66
add_frameworks("Foundation", "CoreFoundation", "CoreGraphics", "AppKit", "OpenCL", "Accelerate")
67
elseif is_plat("linux") then
68
+ add_extsources("pacman::opencv", "apt::libopencv-dev")
69
add_syslinks("pthread", "dl")
70
elseif is_plat("windows", "mingw") then
71
add_syslinks("gdi32", "user32", "glu32", "opengl32", "advapi32", "comdlg32", "ws2_32")
0 commit comments