You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
450 B
20 lines
450 B
executable('regtest', 'regtest.cpp',
|
|
dependencies: [fmt])
|
|
|
|
executable('audiotest', 'audiotest.cpp',
|
|
dependencies: dependencies)
|
|
|
|
executable('jsontest', 'jsontest.cpp',
|
|
dependencies: dependencies)
|
|
|
|
executable('threadtest', 'threadtest.cpp',
|
|
dependencies: dependencies)
|
|
|
|
executable('badref', 'badref.cpp',
|
|
dependencies: dependencies)
|
|
|
|
executable('corotest', [
|
|
'corotest.cpp'
|
|
],
|
|
dependencies: dependencies,
|
|
cpp_args: '-fcoroutines')
|
|
|