toeb / cmakepp

An Enhancement Suite for the CMake Build System
Other
432 stars 37 forks source link

package_descriptor generators #90

Open toeb opened 9 years ago

toeb commented 9 years ago

package_descriptor should have a property which allows file generation using generator functions and wildcards, possible event templates

e.g.

{
  generate:{
   "./LICENCE":"licence_generate(mit --author toeb --name cmakepp)"
  }
}