mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
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.
6 lines
130 B
ReStructuredText
6 lines
130 B
ReStructuredText
cxx-module-extensions
|
|
---------------------
|
|
|
|
* Source file extensions ``.ccm``, ``.cxxm``, or ``.c++m`` are now
|
|
treated as C++.
|