mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 21:35:40 +02:00
Add option to disable building unit tests in Meson build file.
This commit is contained in:
@@ -14,4 +14,6 @@ project(
|
||||
)
|
||||
|
||||
subdir('src/catch2')
|
||||
subdir('tests')
|
||||
if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
|
Reference in New Issue
Block a user