How can I specify the additional include dir relative to the solution dir?

Sysprogs forums Forums VisualGDB How can I specify the additional include dir relative to the solution dir?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20051
    Michael
    Participant

    Hello,
    given the following directory structure:

    BigProject
    -IncludeDir
    -Module1src
    -Module2src
    -SolutionDir (contains sln and vcxproj files only)

    how can I specify the additional include dir BigProject/IncludeDir? For Windows build I use $(SolutionDir)..\include setting. VisualGDB sends the Windows path to the remote machine and I do not see a RemoteMachineSolutionDir or something like that macro. Thank you.

    #20060
    support
    Keymaster

    Hi,

    For most of the cases we would advise simply using relative paths (e.g. ../SolutionDir). The relative paths are always interpreted relatively to the project directory.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.