meson.build 362 B

12345678
  1. # SPDX-FileCopyrightText: 2021 Andrea Pappacoda
  2. #
  3. # SPDX-License-Identifier: MIT
  4. configure_file(input: 'index.html', output: 'index.html', copy: true)
  5. configure_file(input: 'test.abcde', output: 'test.abcde', copy: true)
  6. configure_file(input: 'test.html', output: 'test.html', copy: true)
  7. configure_file(input: '1MB.txt', output: '1MB.txt', copy: true)