Using C++20 modules with Objective C++ / Clang

Hello.

My project configuration uses same Clang binary as compiler for C++ and Objective C++.

However, C++20 related module flags are not propagated through the dependencies,
when importing a C++20 module into a Objective C++ translation unit.

Is this integration implemented in cmake?