mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
return catch2
This commit is contained in:
@@ -480,6 +480,15 @@ if scdoc.found()
|
|||||||
endforeach
|
endforeach
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
catch2 = dependency(
|
||||||
|
'catch2',
|
||||||
|
version: '>=2.0.0',
|
||||||
|
fallback: ['catch2', 'catch2_dep'],
|
||||||
|
required: get_option('tests'),
|
||||||
|
)
|
||||||
|
if catch2.found()
|
||||||
|
subdir('test')
|
||||||
|
endif
|
||||||
|
|
||||||
clangtidy = find_program('clang-tidy', required: false)
|
clangtidy = find_program('clang-tidy', required: false)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user