|
|
|
|
|
by blub
818 days ago
|
|
CMake is something you set up once and then mostly add source files which is a one liner.
A platform like Android would have an SDK with all dependencies pre-installed, anything else would be nuts. Have no idea what “include conflicts” are supposed to be. The compiler receives a series of paths and searches for files by name. |
|
>A platform like Android would have an SDK with all dependencies pre-installed, anything else would be nuts.
Android is usually Java, but you still have to manage dependencies yourself. There is no SDK which includes "all" dependencies, that would be absurd. You are going to create your own dependencies.
For CMake, it is so bad that there are many high effort attempts to replace it, by Google, Microsoft and some others, just to not have to deal with it.