IMPORTED_CXX_MODULES_ ----------------------------- .. versionadded:: 3.28 A list of C++ module specifications available with the target for configuration ````. Each item in the list is of the form ``=[,]*`` where ```` is the name of the module, ```` is its module interface unit, and any number of available ```` files are provided. .. note:: CMake currently does not use the ```` files as there is limited support for determining whether an existing ```` file is suitable for a given importer of the module it represents.