main question: Is there a configuration for cmake, to show or ignore compiler warnings/errors only from a certain directory?
alternative solution: How can I toggle this in QtCreator?
background / motivation: I'm working on a bigger CMake-project and want to focus on warnings and errors only from my subproject. I'm working with QtCreator and it annoys me to look for "my" errors/warnings under a pile of foreign ones.