feat(debug-utils): added framework for shared debug util tools
This commit is contained in:
11
meson.build
11
meson.build
@@ -43,11 +43,18 @@ subdir('build-config')
|
||||
|
||||
subdir('assets/static')
|
||||
|
||||
if get_option('build_debug_utils')
|
||||
subdir('utils/debugUtils')
|
||||
endif
|
||||
|
||||
|
||||
# Build the main project
|
||||
subdir('src')
|
||||
if get_option('build_tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
|
||||
# Build the utilities
|
||||
subdir('utils')
|
||||
if get_option('build_post_run_utils')
|
||||
subdir('utils')
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user