Skip to content

Instantly share code, notes, and snippets.

@njlr
Created October 12, 2017 16:08
Show Gist options
  • Save njlr/e6b68b0c328cb224214e07fa45912ede to your computer and use it in GitHub Desktop.
Save njlr/e6b68b0c328cb224214e07fa45912ede to your computer and use it in GitHub Desktop.
genrule(
 name = 'single-header',
 out = 'mathutils.hpp',
 cmd = 'echo "' + single_header + '" > $OUT',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment