mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 07:09:22 +00:00
93ee7dd044
Update the AUTOGEN documentation for the use of `ADDITIONAL_CLEAN_FILES` instead of `ADDITIONAL_MAKE_CLEAN_FILES`.
18 lines
577 B
ReStructuredText
18 lines
577 B
ReStructuredText
AUTOGEN_BUILD_DIR
|
|
-----------------
|
|
|
|
Directory where :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and :prop_tgt:`AUTORCC`
|
|
generate files for the target.
|
|
|
|
The directory is created on demand and automatically added to the
|
|
:prop_tgt:`ADDITIONAL_CLEAN_FILES` target property.
|
|
|
|
When unset or empty the directory ``<dir>/<target-name>_autogen`` is used where
|
|
``<dir>`` is :variable:`CMAKE_CURRENT_BINARY_DIR` and ``<target-name>``
|
|
is :prop_tgt:`NAME`.
|
|
|
|
By default :prop_tgt:`AUTOGEN_BUILD_DIR` is unset.
|
|
|
|
See the :manual:`cmake-qt(7)` manual for more information on using CMake
|
|
with Qt.
|