mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-11 13:44:02 +00:00
9 lines
259 B
Meson
9 lines
259 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')
|
|
subdir('日本語Dir')
|