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
Is there any way to use Sharpmake with a Visual Studio 2019 Makefile project, and if so, what would be the best approach to this?
I am looking for a modularized project structure, where within my Makefile project, there are folders that are libraries, acting as modules, which are built using a Sharpmake project build script. I have seen that to be able to build projects using Sharpmake, you need a Sharpmake solution build script, is there any way to not use a solution build script and instead build all project build scripts instead?
If you don't understand something from what I just writ, let me know and I'll try to rephrase it in a way that's understandable.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hey,
Is there any way to use Sharpmake with a Visual Studio 2019 Makefile project, and if so, what would be the best approach to this?
I am looking for a modularized project structure, where within my Makefile project, there are folders that are libraries, acting as modules, which are built using a Sharpmake project build script. I have seen that to be able to build projects using Sharpmake, you need a Sharpmake solution build script, is there any way to not use a solution build script and instead build all project build scripts instead?
If you don't understand something from what I just writ, let me know and I'll try to rephrase it in a way that's understandable.
Thank you in advance!
The text was updated successfully, but these errors were encountered: