-
-
Notifications
You must be signed in to change notification settings - Fork 619
ignoredefaultlibraries
starkos edited this page Apr 10, 2021
·
2 revisions
This wiki is no longer being maintained.
Specifies the default libraries to be ignored for a project.
ignoredefaultlibraries { "libraries" }
'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
.
Projects.
Premake 5.0 or later.
Specify MSVCRT.lib
as a default library to ignore.
project "MyProject"
ignoredefaultlibraries { "MSVCRT" }