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

9 lines
189 B
Lua
Raw Normal View History

2023-04-08 00:56:20 +00:00
add_rules("mode.debug", "mode.release")
target("testimgproc")
set_kind("binary")
add_files("*.cpp")
add_syslinks("pthread")
add_deps("gimgproc")
add_packages("common")