-
-
Notifications
You must be signed in to change notification settings - Fork 617
forceincludes
Jason Perkins edited this page May 8, 2015
·
3 revisions
The forceincludes function 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" }
Solutions, projects, and configurations.
files specifies a list of files to be force included. Paths should be specified relative to the currently running script file.
forceincludes { "stdafx.h" }