Skip to content
  • David Frank's avatar
    Refactor out duplicate CMake code for adding module · 921c4366
    David Frank authored
    CMake modules are now added via common macro 'AddElsaModule', which
    removes a lot of duplicate code.
    
    Also reworked the ml module just a bit to prefer target specific (such
    as 'target_compile_definitions' over 'add_definitions').
    
    Files were also formatted to a stricter guideline, which should reduce
    some inconsistencies.
    921c4366