Splitting a project into different executable files

Monkyyy crazymonkyyy at gmail.com
Sat Oct 12 09:59:14 UTC 2024


On Saturday, 12 October 2024 at 01:09:56 UTC, Alexander Zhirov 
wrote:
> Is it possible to organize a project that will consist of 
> several main files. I want to write several simple programs in 
> one project, but for them to be divided into different files. 
> So that it would be possible to choose during compilation what 
> to build, via dub. Is this possible?

Avoid dub for this, spend the 50 lines of code to write a build 
script


More information about the Digitalmars-d-learn mailing list