diff options
author | Andrej Bosik <andrej.bosik@prosoft.sk> | 2016-02-15 12:02:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-03-15 18:34:26 (GMT) |
commit | a22f9967252eecbbd00c9adc1f07ecab9f15e53e (patch) | |
tree | 220c1fc2c38ed0f5be21406a8f36f71f0627cf06 /Help/manual/cmake-properties.7.rst | |
parent | 1d4ab06a7045edf366c689ba5e29bbc35d08718e (diff) | |
download | CMake-a22f9967252eecbbd00c9adc1f07ecab9f15e53e.zip CMake-a22f9967252eecbbd00c9adc1f07ecab9f15e53e.tar.gz CMake-a22f9967252eecbbd00c9adc1f07ecab9f15e53e.tar.bz2 |
VS: Optionally generate remote directory for WinCE projects
Teach the VS 2008 and 2005 generators to set the `RemoteDirectory`
in `DeploymentTool` and the `RemoteExecutable` in `DebuggerTool`.
Use a `DEPLOYMENT_REMOTE_DIRECTORY` target property to specify the
value.
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index d6618fe..fbde4eb 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -141,6 +141,7 @@ Properties on Targets /prop_tgt/CXX_STANDARD_REQUIRED /prop_tgt/DEBUG_POSTFIX /prop_tgt/DEFINE_SYMBOL + /prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY /prop_tgt/EchoString /prop_tgt/ENABLE_EXPORTS /prop_tgt/EXCLUDE_FROM_ALL |