Skip to content
  • Marco Clemencic's avatar
    clean-up and rename · c646e927
    Marco Clemencic authored
    Modified the names of the functions GAUDI_{LINKER,COMPONENT}_LIBRARY to
    use CMake naming conventions: gaudi_add_{library,module}.
    The options have been renamed too:
     - LIBRARIES -> LINK_LIBRARIES
     - USE_HEADERS -> INCLUDE_DIRS
    
    Factored out the code to expand the list of source patterns as a macro
    (gaudi_expand_sources).
    
    Removed some useless code and code that needs to be re-added.
    c646e927