Previously I've defined a compiler variable -D _Android, or -D _Linux to use in #if define(_Android) statements across my code.
Does CMake define any platform specific variables, or will I have to define them manually?
If I have to define them manually, how can I do so in CMakeLists.txt