This commit is contained in:
dmitry
2021-11-28 01:12:35 +03:00
parent 9fa7bfc0cb
commit 3c2fa1625d
4 changed files with 12 additions and 1 deletions

View File

@ -257,6 +257,10 @@ else
src_files += 'src/modules/simpleclock.cpp'
endif
if get_option('experimental')
add_project_arguments('-DUSE_EXPERIMENTAL', language: 'cpp')
endif
subdir('protocol')
executable(
@ -383,3 +387,4 @@ if clangtidy.found()
'-p', meson.build_root()
] + src_files)
endif