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

10 lines
316 B
Lua

add_rules("mode.debug", "mode.release")
target("scanservice")
set_kind("binary")
add_files("*.cpp")
add_deps("gusb", "applog")
--add_rules("utils.bin2c",{linewidth = 32,extension = {".bin"}})
--add_files("table.bin")
add_packages("common")
add_deps("capimage", "motorboard", "gscanner")