Hi all, 
    
    With su_v, we recently compiled some items left to do for CMake
    builds, so here it is.
    
    Feel free to take and fix anything on this list, or add anything
    that would be missing from it.
    
    
    
    --------------- 
        
      
      CMake todolist
        
     
    
    
    
    -> make sure "make check" works and also checks
        extensions
    
    
    -> port options from configure to cmake : 
    -
        WITH_GTK3_EXPERIMENTAL
    - WITH_DBUS
    - WITH_LOCAL_INSTALL
        (if dbus is ON)
    - WITH_LCMS
    
    - STATIC_BUILD
    - WITH_SILENT_RULES
    
    --enable-strict-build
    
    
    -> use pkgconfig
        for imagemagick so that it correctly sets MAGICKCORE_HDRI_ENABLE
        and MAGICKCORE_QUANTUM_DEPTH. Also do the proper thing for pango
        and fontconfig.
    -> install man
        pages
    -> check remaining FIXME
    ->
        (automatically update author dialog from authors file?)
    -> set the
        version string if not built from a bzr directory
    
    
    
    
    - check that all
        cmake option variables /actually do/
        what they claim
    
    
    Windows : 
    -> Add a variable
        to devlibs, and more generally get cmake to work as expected
        with "cmake .; make" on windows
    
    
    
    
    -> check
        dependencies
    
    
    --------------
    
    
    -- Mc