-
-
Notifications
You must be signed in to change notification settings - Fork 618
toolset
Jason Perkins edited this page Apr 14, 2015
·
12 revisions
The toolset
function choose the compiler, linker, etc. whicha re used to build a project or configuration.
toolset ("identifier")
If no toolset is specified for a configuration, the system or IDE default will be used.
identifier is a string identifier for the toolset. Premake includes the following toolsets by default; others may be added by third-party modules:
-
clang
: Clang -
dotnet
: The system's default C# compiler -
gcc
: GNU Compiler Collection -
msc
: Microsoft C/C++ compiler -
snc
: SN Systems compiler
Solutions, projects, and project configurations.
Premake 5.0 and later.