mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 21:35:40 +02:00
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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user