get correct dependencies between headers and generated ROOT dictionaries
- Mar 15, 2016
-
-
Marco Clemencic authorede677577a
-
Marco Clemencic authoredf2dc786e
-
Marco Clemencic authored
Generate the dependencies during the first configuration, then at build time. If during the build a change is the dependencies is detected, a new configuration will be triggered for the next build to take into account the changes. This should better handle dictionaries using generated headers.
bca0a45f -
Marco Clemencic authored
When not using CMake MAkefile generator, the dependencies of the dictionary generation is computed at configure time with a custom Python script. When one of the dependencies changes, the project is reconfigured to re-cache the dependencies.
9569d074
-
- Mar 11, 2016
-
-
Marco Clemencic authored942efb90
-
- Dec 04, 2015
-
-
Marco Clemencic authored
Use CMake IMPLICIT_DEPENDS to detect dependencies of the dictionary generation step on the headers included (indirectly). Note: it works only for Makefile generators because of a limitation of CMake.
b1d9c6ff
-