-
-
Notifications
You must be signed in to change notification settings - Fork 621
forceincludes
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Applies one or more "forced include" files to the project; these includes behave as it they had been injected into the first line of each source file in the project.
forceincludes { "files" }
files
specifies a list of files to be force included. Paths should be specified relative to the currently running script file.
Project configurations.
Premake 5.0 or later.
forceincludes { "stdafx.h" }