mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
8 lines
362 B
Meson
8 lines
362 B
Meson
# SPDX-FileCopyrightText: 2021 Andrea Pappacoda
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
configure_file(input: 'index.html', output: 'index.html', copy: true)
|
|
configure_file(input: 'test.abcde', output: 'test.abcde', copy: true)
|
|
configure_file(input: 'test.html', output: 'test.html', copy: true)
|
|
configure_file(input: '1MB.txt', output: '1MB.txt', copy: true)
|