blob: 5c62c77d39ad3bbe112421e7ee71714a5f3e53e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
IMPORTED_CXX_MODULES_COMPILE_OPTIONS
------------------------------------
.. versionadded:: 3.28
.. note ::
Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
List of options to pass to the compiler for this ``IMPORTED`` target's C++
modules.
.. include:: ../command/OPTIONS_SHELL.txt
|