You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies the default libraries to be ignored for a project.
ignoredefaultlibraries { "libraries" }
Parameters
'libraries' is a list of library names. If a valid extension isn't present, .lib will be automatically appended, similar to links. Currently, the valid extensions are .lib and .obj.
Applies To
Projects.
Availability
Premake 5.0 or later.
Examples
Specify MSVCRT.lib as a default library to ignore.