aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake/meson.build
blob: cce1b0c754af8e7ae37973d91e019f33df586636 (plain)
1
2
3
4
5
6
7
8
libexpr_generated_headers += custom_target(
  command : [ 'bash', '-c', 'echo \'R"__NIX_STR(\' | cat - @INPUT@ && echo \')__NIX_STR"\'' ],
  input : 'call-flake.nix',
  output : '@PLAINNAME@.gen.hh',
  capture : true,
  install : true,
  install_dir : includedir / 'lix/libexpr/flake',
)