apps: lc-compliance: Fix source file ordering in meson.build
The capture_test.cpp file was added in the source list of meson in the wrong place. Fix it so the list is alphabetically sorted. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
ad248036d3
commit
0857348887
@@ -12,10 +12,10 @@ endif
|
||||
lc_compliance_enabled = true
|
||||
|
||||
lc_compliance_sources = files([
|
||||
'capture_test.cpp',
|
||||
'environment.cpp',
|
||||
'main.cpp',
|
||||
'simple_capture.cpp',
|
||||
'capture_test.cpp',
|
||||
])
|
||||
|
||||
lc_compliance = executable('lc-compliance', lc_compliance_sources,
|
||||
|
||||
Reference in New Issue
Block a user