gcc 8.2 fails with:
| /usr/include/c++/8.2.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory
| #include_next <stdlib.h>
| ^~~~~~~~~~
More details are found at [1]
[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
The 3rdparty files are now compiled as part of the corresponding input
method, so that the project files can be written without using platform
specific linker flags.