Can C++20 modules be used without building a library?
I have the following code (source) that correctly builds only if I create a library:
How to use c++20 modules with CMake?
Clang and MSVC already supports Modules TS from unfinished C++20 standard.
Can I build my modules based project with CMake or other build system and how?