DeerEngine/vendor/premake-core/website/docs/remoteprojectrelativedir.md
2025-05-17 15:26:08 +02:00

523 B

Specifies the subdirectory on the remote machine to copy each project's source code to.

remoteprojectrelativedir ("path")

Parameters

path specifies the directory on the remote machine where the source files of a single project will be copied to before compiling, relative to the root path

Applies To

The config scope.

Availability

Premake 5.0.0 beta 3 or later, only applies to Visual Studio Linux projects.

Examples

remoteprojectrelativedir "%{prj.name}"