|
|
|
|
|
by user-the-name
1809 days ago
|
|
I don't see how make is at a disadvantage with relation to other tools with embedding. No build tool is easily embedded in a project that uses a different build tool. And I've used make on Windows for years and years, so not sure why that is a problem? |
|
You are technically right about make on windows, but in practice makefiles on windows tend to be written for GCC/clang, and require manual translation to work with MSVC. There's also no IDE support for visual studio, which cmake gives you out of the box;