-
-
Notifications
You must be signed in to change notification settings - Fork 640
basedir
Jason Perkins edited this page May 6, 2015
·
5 revisions
The basedir function sets the base directory for a configuration, from with other paths contained by the configuration will be made relative at export time.
basedir ("value")You do not normally need to set this value, as it is filled in automatically with the current working directory at the time the configuration block is created by the script.
value is an absolute path, from with other paths contained by the configuration should be made relative.
Any configuration.
Premake 5.0 or later.