mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
Treat '.ccm', '.cxxm', and '.c++m' files as C++ sources
These extensions are used by convention for C++ module interface units with Clang. For now, do not add any tests using these extensions. Very few compilers recognize them as C++ sources. Tests can be added later as part of C++ modules support.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
cxx-module-extensions
|
||||
---------------------
|
||||
|
||||
* Source file extensions ``.ccm``, ``.cxxm``, or ``.c++m`` are now
|
||||
treated as C++.
|
||||
Reference in New Issue
Block a user