meson.build 236 B

1234567
  1. # SPDX-FileCopyrightText: 2024 Andrea Pappacoda
  2. #
  3. # SPDX-License-Identifier: MIT
  4. configure_file(input: 'empty_file', output: 'empty_file', copy: true)
  5. configure_file(input: 'file', output: 'file', copy: true)
  6. subdir('dir')