Improve target:set
, target:add
and add target:del
to modify target configuration
#353
Closed
16 tasks done
Labels
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Roadmaps
target:add()
,target:set()
option:add()
,option:set()
target:add("defines", "XXX", "YYY", "ZZZ")
target:add("files", "src/*.c", {defines = "xx"})
-> Is equivalent to
add_files("src/*.c", {defines = "xx"})
target:set("configvar", "KEY", "VALUE")
target:add({links = "", defines = {""}})
target:add({{links = "", defines = {""}}, {links = "", defines = {""}}})
target:del()
,option:del()
target:del("files", "src/*.c")
The text was updated successfully, but these errors were encountered: