importC and cmake

Chris Piker chris at hoopjump.com
Thu Sep 29 20:56:50 UTC 2022


On Wednesday, 28 September 2022 at 06:04:36 UTC, zjh wrote:
> On Wednesday, 28 September 2022 at 05:29:41 UTC, Chris Piker 
> wrote:
>
>> `Xmake` is indeed simpler.
>
>
> `Xmake` is really nice!

zjh

Sorry to go off topic for a moment, but do you happen to know how 
to tell xmake that my project is C only, and thus it shouldn't 
add the /TP flag to cl.exe?  The obvious statement:
```lua
set_languages("c99")
```
doesn't accomplish that task.

Thanks for the help,



More information about the Digitalmars-d-learn mailing list