DEPLOYMENT_REMOTE_DIRECTORY
Установите проект WinCE RemoteDirectory в DeploymentTool и RemoteExecutable в DebuggerTool файлах, сгенерированных генераторами Visual Studio 9 2008 и Visual Studio 8 2005. Это полезно, когда вы хотите отладить на удаленном устройстве WinCE. Например:
set_property(TARGET ${TARGET} PROPERTY
DEPLOYMENT_REMOTE_DIRECTORY "\\FlashStorage")
производит:
<DeploymentTool RemoteDirectory="\FlashStorage" ... /> <DebuggerTool RemoteExecutable="\FlashStorage\target_file" ... />
© 2000–2019 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.6/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.html