"README.md" did not exist on "884b7af7697a26d216140a34d8979385fc468ace"
CMake: Make CMake plugin work with RemoteLinux plugin.
Modified CMake plugin to work correctly with RemoteLinux plugin.
Because of not being able to extract files to be installed from CMake
project, only executable targets are automatically added to deployment
files. All other files have to be specified in CMakeDeployment.txt file
which should be placed into root of CMake project. The file format is:
> deployment/prefix
> relative/source/file1:relative/destination/dir1
> ...
> relative/source/filen:relative/destination/dirn
Where:
- deployment/prefix is (absolute) path prefix to which files will be
deployed on the remote machine.
- relative/source/file is file path relative to CMake project root.
Plain files - no directories or wildcards supported.
- relative/destination/dir is destination directory path relative to
deployment/prefix.
Change-Id: I0831636c1b9aac3ff16bb6293104c512d2abfb5a
Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
Showing
- src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp 3 additions, 1 deletionsrc/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp
- src/plugins/cmakeprojectmanager/cmakeproject.cpp 50 additions, 13 deletionssrc/plugins/cmakeprojectmanager/cmakeproject.cpp
- src/plugins/cmakeprojectmanager/cmakeproject.h 1 addition, 0 deletionssrc/plugins/cmakeprojectmanager/cmakeproject.h
Loading
Please register or sign in to comment