Hello all,
My project requires different compilers per object. Currently we do manage this by writing manual makefiles.
We are looking to see if we can migrate to CMake so that its easier to manage dependencies.
Unfortunately, I think CMake is not designed to support my requirement. Do you guys know of a way to handle this? (I am on Windows platform)
Thank you!