From 84defbee206dd2d810070bfae7b7e269a3445896 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 27 Jul 2017 09:52:52 +0800 Subject: add set_config_header instead of set_config_h and set_config_h_prefix --- xmake/languages/objc++/api.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xmake/languages/objc++/api.lua') diff --git a/xmake/languages/objc++/api.lua b/xmake/languages/objc++/api.lua index 4c6d8fc75..63e311c33 100644 --- a/xmake/languages/objc++/api.lua +++ b/xmake/languages/objc++/api.lua @@ -29,7 +29,7 @@ function apis() _g.values = { -- target.set_xxx - "target.set_config_h_prefix" + "target.set_config_h_prefix" -- deprecated -- target.add_xxx , "target.add_links" , "target.add_mflags" @@ -69,7 +69,9 @@ function apis() { -- target.set_xxx "target.set_headerdir" - , "target.set_config_h" + , "target.set_config_h" -- deprecated + , "target.set_config_header" + , "target.set_precompiled_header" -- target.add_xxx , "target.add_headers" , "target.add_linkdirs" -- cgit v1.3.1