Skip to content
Snippets Groups Projects
  • Mayeul d'Avezac's avatar
    81c1404b
    Adds catch, cppunit, spdlog, tinyxml(1 and 2), google benchmark (#2627) · 81c1404b
    Mayeul d'Avezac authored
    * Adds catch, cppunit, spdlog, tinyxml(1 and 2), google benchmark
    
    Tinyxml comes in two flavors, 1 and 2. Each comes in several
    versions... So they cannot be easily united into a single package.
    
    * Use CMakePackage and friends, add copyright
    
    Also eleminate debug/release variants, since it no longuer fits in the
    CMakePackage format.
    
    * Remove unnecessary url
    
    * spdlog now has tagged releases
    
    * Remove unnecessary url argument
    
    * Fewer quotes in cmake args, because magic
    
    * Incorrect base class for tinyxml
    81c1404b
    History
    Adds catch, cppunit, spdlog, tinyxml(1 and 2), google benchmark (#2627)
    Mayeul d'Avezac authored
    * Adds catch, cppunit, spdlog, tinyxml(1 and 2), google benchmark
    
    Tinyxml comes in two flavors, 1 and 2. Each comes in several
    versions... So they cannot be easily united into a single package.
    
    * Use CMakePackage and friends, add copyright
    
    Also eleminate debug/release variants, since it no longuer fits in the
    CMakePackage format.
    
    * Remove unnecessary url
    
    * spdlog now has tagged releases
    
    * Remove unnecessary url argument
    
    * Fewer quotes in cmake args, because magic
    
    * Incorrect base class for tinyxml