Skip to content

Commit

Permalink
meson cleanups with muon (#2539)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
neheb committed Oct 3, 2022
1 parent 980c206 commit 6a9bf2e
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 144 deletions.
4 changes: 2 additions & 2 deletions meson.build
Expand Up @@ -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')
Expand Down

0 comments on commit 6a9bf2e

Please sign in to comment.