Merge pull request #1108 from liuli-neko/master

add apt::libopencv-dev
pull/1110/head
ruki 3 years ago committed by GitHub
commit 4367726d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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