build-sys: add option to disable building utils

This commit is contained in:
BtbN 2021-12-29 18:57:11 +01:00
parent cfd8fb9398
commit 81e5bfcec3
3 changed files with 10 additions and 1 deletions

View file

@ -222,4 +222,6 @@ endif
if get_option('tests')
subdir('tests')
endif
subdir('utils')
if get_option('utils')
subdir('utils')
endif