tx-gxx-linux/device/gxx-linux/imgproc/xmake.lua

13 lines
486 B
Lua

add_rules("mode.debug", "mode.release")
target("gimgproc")
set_kind("static")
add_syslinks("pthread")
add_files("*.cpp")
add_files("ImageProcess/*.cpp")
del_files("ImageProcess/ImageApplyBarCodeRecognition.cpp")
add_includedirs("ImageProcess", {public = true})
add_links("opencv_core", "opencv_imgproc", "opencv_imgcodecs", "FreeImage",{ public = true})
add_includedirs(".", { public = true})
add_defines("_DIRECT_BUILD")
add_packages("common")