blob: c3eb7fbb69051d0156f601fe7fd6f8c4e57cffcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
IMPORTED_CXX_MODULES_COMPILE_FEATURES
-------------------------------------
.. versionadded:: 3.28
.. note ::
Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
Compiler features enabled for this ``IMPORTED`` target's C++ modules.
The value of this property is used by the generators to set the include
paths for the compiler.
|