meson cleanups with muon (#2539)

* meson: run through muon's fmt to fix formatting

* meson: switch arrays to files

Allows muon to alphabetically sort files. switch headers back to arrays
as split() can only be used on strings.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2022-10-03 08:23:38 -07:00
committed by GitHub
parent 980c20694e
commit 6a9bf2e0af
4 changed files with 155 additions and 155 deletions

View File

@@ -8,9 +8,9 @@
project(
'catch2',
'cpp',
version : '3.1.0', # CML version placeholder, don't delete
version: '3.1.0', # CML version placeholder, don't delete
license: 'BSL-1.0',
meson_version: '>=0.49.0'
meson_version: '>=0.49.0',
)
subdir('src/catch2')