SCons and D
David Nadlinger via Digitalmars-d
digitalmars-d at puremagic.com
Sun Sep 7 10:42:42 PDT 2014
On Sunday, 7 September 2014 at 17:36:35 UTC, Trent Forkert via
Digitalmars-d wrote:
> The support for D in CMake is currently very minimal. Various
> groups
> (including LDC) have partial solutions that work to a certain
> extent.
That's a very kind way to put it. ;)
As you certainly know (but others might not), we currently just
invoke LDC as a custom command for building the runtime
libraries, without any proper language support at all. This shows
that CMake is flexible enough to handle atypical use cases like
that, but I'm looking forward to your work for proper language
support (compiler detection, …).
If I remember correctly, Ben Boeckel from Kitware was also
looking into adding D support to CMake a while back. How does
your project relate to his?
Cheers,
David
More information about the Digitalmars-d
mailing list