Skip to content
  • Attila Krasznahorkay's avatar
    Added dictionary generation improvements for GNU Make. · 79bc8f74
    Attila Krasznahorkay authored
    Moved all of the "generated" header/selection files under CMakeFiles/ in the
    build directory.
    
    And more importantly taught the Reflex dictionary generation to take the "original"
    header file provided to atlas_add_dictionary(...) into account in its implicit
    dependency calculations. Since just relying on the generated header does not work
    correctly. See: https://gitlab.kitware.com/cmake/cmake/issues/18695
    
    Tried to make the dependency file generation for Ninja smarter. Unfortunately that
    still does not seem to work correctly. (Ninja keeps re-generating the Reflex dictionary
    on every build, even when it does not need to.)
    79bc8f74