diff --git a/util/xmake.lua b/util/xmake.lua index f4987aa..0e597a6 100644 --- a/util/xmake.lua +++ b/util/xmake.lua @@ -10,4 +10,5 @@ add_includedirs(os.scriptdir(), {public = true}) target("trans_util") set_kind("static") add_files("*.cpp") - add_deps("ofen") \ No newline at end of file + add_deps("ofen") + add_deps("filecomplete") \ No newline at end of file