CMakeCxxModules
CMakeCxxModules copied to clipboard
Clang on windows support
Are you planning on adding clang on windows support?
should be fairly easy with the -Xclang or with /"flag"
but I wasn't able to get the flags on the variables right.
This was just toy project to learn more about C++ modules so I don't have any plans with this. Maybe when GCC or Clang will fully support C++20 modules.
In clang-cl branch there is my try to make support for clang-cl but it seems it's not possible because modules-ts are compiled using --precompile flag which seems to be not supported by clang-cl.