meson.build 188 B

123456
  1. install_data([
  2. 'postprocessd single (quick)',
  3. 'postprocessd stacked (slow)'
  4. ],
  5. install_dir: get_option('datadir') / 'megapixels/postprocessor.d/',
  6. install_mode: 'rwxr-xr-x')