blob: b0681914d418632745279fe1c9183de5e42c2d5b (
plain)
1
2
3
4
5
6
7
8
9
10
|
IMPORTED_CXX_MODULES_COMPILE_DEFINITIONS
----------------------------------------
.. versionadded:: 3.28
Preprocessor definitions for compiling an ``IMPORTED`` target's C++ module
sources.
CMake will automatically drop some definitions that are not supported
by the native build tool.
|