blob: 150a73ab4121bd40200b8a9a263237fddfdaca3a (
plain)
1
2
3
4
5
6
7
8
9
10
|
CMAKE_AUTOMOC_EXECUTABLE
------------------------
.. versionadded:: 3.27
This variable is used to initialize the :prop_tgt:`AUTOMOC_EXECUTABLE`
property on all the targets. See that target property for additional
information.
By default it is empty.
|