mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
docs: Scan C++ files too
This commit is contained in:
parent
c02f603262
commit
97355cdd41
1 changed files with 2 additions and 0 deletions
|
@ -175,7 +175,9 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
|
|||
gst_smart_index: true,
|
||||
gst_c_sources: [
|
||||
join_paths(root_rel, 'sys/*/*.[ch]'),
|
||||
join_paths(root_rel, 'sys/*/*.cpp'),
|
||||
join_paths(root_rel, 'ext/*/*.[ch]'),
|
||||
join_paths(root_rel, 'ext/*/*.cpp'),
|
||||
join_paths(root_rel, 'gst/*/*.[ch]'),
|
||||
],
|
||||
dependencies: [gst_dep, plugins],
|
||||
|
|
Loading…
Reference in a new issue