mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
8 lines
236 B
Meson
8 lines
236 B
Meson
![]() |
# SPDX-FileCopyrightText: 2024 Andrea Pappacoda
|
||
|
#
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
configure_file(input: 'empty_file', output: 'empty_file', copy: true)
|
||
|
configure_file(input: 'file', output: 'file', copy: true)
|
||
|
subdir('dir')
|