add apt::libopencv-dev

pull/1108/head
llhsdmd 3 years ago
parent 823bf75954
commit 74d4cfcccc
  1. 1
      packages/o/opencv/xmake.lua

@ -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")

Loading…
Cancel
Save