mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
9 lines
319 B
ReStructuredText
9 lines
319 B
ReStructuredText
autogen-configs
|
|
---------------
|
|
|
|
* When using :prop_tgt:`AUTOMOC` or :prop_tgt:`AUTOUIC` with a
|
|
multi configuration generator (e.g. :generator:`Xcode`),
|
|
included ``*.moc``, ``moc_*.cpp`` and ``ui_*.h`` files are generated in
|
|
``<AUTOGEN_BUILD_DIR>/include_<CONFIG>`` instead of
|
|
``<AUTOGEN_BUILD_DIR>/include``.
|