Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
how [2022/02/25 20:46] devahow [2022/02/26 12:52] (current) deva
Line 65: Line 65:
   * ''check'' target, for unit test compilation and execution   * ''check'' target, for unit test compilation and execution
   * compilation-database (json) for c-lion and others   * compilation-database (json) for c-lion and others
 +
 +  * currently working on:
 +    * external dependency flags with ''std::variant''
 +        * manual dependency
 +        * automatic dependency deduction through searches
  
   * future work:   * future work:
-    * external dependency deduction+    * more external dependency variants: 
 +        * pkg-config 
 +        * conan 
 +    * pre-/postbuild actions with conditions 
 +    * globbing 
 +    * custom target generation through external application (generators) 
 +    * lambda functions as generators
     * custom compilation configuration control through ''configure'' target (like ''--with-X''/''--enable-Y'' in autotools)     * custom compilation configuration control through ''configure'' target (like ''--with-X''/''--enable-Y'' in autotools)
     * ''install'' target with ''PREFIX'' and ''DESTDIR'' support     * ''install'' target with ''PREFIX'' and ''DESTDIR'' support
     * documentation :-)     * documentation :-)