You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
665 B
20 lines
665 B
AUTOGEN_USE_SYSTEM_INCLUDE
|
|
--------------------------
|
|
|
|
.. versionadded:: 3.27
|
|
|
|
``AUTOGEN_USE_SYSTEM_INCLUDE`` is a boolean property that can be set
|
|
on a target to indicate that the autogen target include directory should
|
|
be added as a system include directory or normal include directory to the
|
|
target.
|
|
|
|
If this property is not set, the autogen target include directory is added
|
|
as a system include directory by default. See policy :policy:`CMP0151`.
|
|
|
|
See the :manual:`cmake-qt(7)` manual for more information on using CMake
|
|
with Qt.
|
|
|
|
This property is initialized by the
|
|
:variable:`CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE` variable if it is set when
|
|
a target is created.
|