diff options
Diffstat (limited to 'test cases/common/215 source set realistic example/meson.build')
| -rw-r--r-- | test cases/common/215 source set realistic example/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/common/215 source set realistic example/meson.build b/test cases/common/215 source set realistic example/meson.build index d986b991a..7707964c2 100644 --- a/test cases/common/215 source set realistic example/meson.build +++ b/test cases/common/215 source set realistic example/meson.build @@ -30,6 +30,7 @@ subdir('devices') if meson.is_unity() specific.add_all(common) common = ss.source_set() + common.add(files('dummy.cpp')) endif common_lib = static_library('common', common.all_sources(), |
