Remote Linux connection: 'copy from path' parameter?

  • Thread starter Thread starter DavidTML
  • Start date Start date
D

DavidTML

Guest
I am trying to configure Visual Studio 2017 to remotely build a C++ project using CMake on a remote Linux machine. My CMakeSettings.json file is not above my source files - it is in a folder to one side. The rsync to the remote machine is currently not copying the source files, it only copies files below the CMakeSettings.json path.

Is it assumed that CMakeSettings.json will be at the root of the project or is there a parameter that specifies the root of the project (i.e. from where all files should be copied)?

Continue reading...
 
Back
Top