CMake or Waf for D project

后端 未结 2 2125
陌清茗
陌清茗 2021-02-19 14:05

We are looking for adequate build tool for a desktop GUI application to be written in D (using Qt toolkit), consisting of several native libraries, using 3rd party C-lib(s). It

2条回答
  •  花落未央
    2021-02-19 14:40

    Waf is very fast and has been chosen as the build system for Samba (http://samba.org/). It is also used by many proprietary projects because it lets you do crazy things that are impossible in Make/CMake.

提交回复
热议问题