summaryrefslogtreecommitdiff
path: root/xmake/core/project/target.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-05-23 10:54:03 +0800
committerruki <[email protected]>2016-05-23 10:54:03 +0800
commita1a5a8b7bf0e8b5e809bb03c72c4e5e0784dd39e (patch)
tree164d896f539d17d9de7f243bd83fa7cb795e7bf8 /xmake/core/project/target.lua
parentc8454a31c38bbf25b56d0dd4a9a7c8d71ca59419 (diff)
add merge object tests
Diffstat (limited to 'xmake/core/project/target.lua')
-rw-r--r--xmake/core/project/target.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua
index 547dbbb61..8a27e9ec1 100644
--- a/xmake/core/project/target.lua
+++ b/xmake/core/project/target.lua
@@ -26,6 +26,7 @@ local target = target or {}
-- load modules
local os = require("base/os")
local path = require("base/path")
+local utils = require("base/utils")
local table = require("base/table")
local option = require("project/option")
local config = require("project/config")