You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
xmake does not recognize some file extensions used in C++ Modules.
Those extensions are supported by common compilers and should be supported by xmake as well.
Currently missing support is for .ccm, .cxxm, and .c++m.
Is your feature request related to a problem? Please describe.
xmake does not recognize some file extensions used in C++ Modules.
Those extensions are supported by common compilers and should be supported by xmake as well.
Currently missing support is for
.ccm
,.cxxm
, and.c++m
.cf. clang and gcc code
https://github.com/llvm/llvm-project/blob/dc410f94/clang/lib/Driver/Types.cpp#L364-L366
https://github.com/gcc-mirror/gcc/blob/ff41abd/gcc/cp/lang-specs.h#L43-L47
Describe the solution you'd like
Simply add the extensions (
ccm
・cxxm
・c++m
) here and it will work.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: