You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: