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

props support for visual studio generator #120

Open
prasooncheenan opened this issue Aug 11, 2020 · 3 comments
Open

props support for visual studio generator #120

prasooncheenan opened this issue Aug 11, 2020 · 3 comments

Comments

@prasooncheenan
Copy link

prasooncheenan commented Aug 11, 2020

At present the props support is printing the cmake name and user has to manually create corresponding cmake.
It would be really useful if a temporary option --combine-user-props be provided. The idea is to write a custom props file from cmakelists.txt combining all props files using cmake "file" output. this can be added to project using VS_USER_PROPS options.
this would be much helpful for visual studio developers since they will get an immediate working solution. they can port to other generators gradually by changing one props at a time.

Ref:https://stackoverflow.com/questions/1005901/how-to-set-path-environment-variable-using-cmake-and-visual-studio-to-run-test
https://stackoverflow.com/questions/2973263/add-visual-c-property-sheets-using-cmake

@prasooncheenan
Copy link
Author

prasooncheenan commented Aug 11, 2020

just got to see VS_PROJECT_IMPORT. does this help.
Update: no it doesn't only for managed .csproj

@pavelliavonau
Copy link
Owner

@prasooncheenan , could you provide working example with your idea? I have no time to dig into it by myself now.

@prasooncheenan
Copy link
Author

sure once i have a prototype ready ,i will contact you.

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

No branches or pull requests

2 participants