Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed system include paths handling in compilation database #354

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

artamonovoleg
Copy link

Fixed issue where Sharpmake.Project.Configuration.IncludeSystemPaths was ignored when generating a compilation database

Signed-off-by: artamonovoleg <artamonovav2003@gmail.com>
@jspelletier
Copy link
Collaborator

There is something I don't understand. GetPlatformIncludePathsWithPrefixImpl seems to be adding IncludeSystemPaths.
Also, I think your code might introduce a discrepency between what is generated in bff/vcxproj and compilation database since you are bypassing GetPlatformIncludePathsWithPrefixImpl.

Might be good to add some samples/tests as well

@jspelletier
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants