Skip to content

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.

Parameters

identifier is a string identifier for the toolset. Premake includes the following toolsets by default; others may be added by third-party modules:

Applies To

Solutions, projects, and project configurations.

Availability

Premake 5.0 and later.

Clone this wiki locally