词条 | Xmake |
释义 |
Features
Platforms
Languages
Plugins
ExamplesBuild project$ xmake Run target$ xmake run console Debug target$ xmake run -d console Simple descriptiontarget("console") set_kind("binary") add_files("src/*.c") Simple Exampleif is_mode("debug") then set_symbols("debug") set_optimize("none") end if is_mode("release") then set_symbols("hidden") set_optimize("fastest") set_strip("all") end target("test") set_kind("static") add_files("src/*.c") References1. ^https://github.com/tboox/xmake 3 : Build automation|Cross-platform software|Utilities for Windows |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。