mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
`AUTOGEN_USE_SYSTEM_INCLUDE` was added. `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.
15 lines
492 B
ReStructuredText
15 lines
492 B
ReStructuredText
AUTOGEN_USE_SYSTEM_INCLUDE
|
|
--------------------------
|
|
|
|
``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.
|
|
|
|
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.
|