Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Premake Extension to support the D language
Simply add:
language "D"
to your project definition and populate with .d files.
CodeCoverage
Deprecated
Documentation
GenerateHeader
GenerateJSON
GenerateMap
NoBoundsCheck
Profile
Quiet
RetainPaths
SeparateCompilation
SymbolsLikeC
UnitTest
Verbose
The contents of your premake5.lua file would be:
solution "MySolution" configurations { "release", "debug" } project "MyDProject" kind "ConsoleApp" language "D" files { "src/main.d", "src/extra.d" }