build: Make packages versioned

Since we cannot rely on the API to be stable upstream, let's start
making the pkg-config, library, and include dir have a version suffix.
This will allow different downstream projects depending on us to
independently switch versions without packagers having to jump through
hoops.
This commit is contained in:
Arun Raghavan
2020-10-20 17:22:26 -04:00
parent bcec8b0b21
commit 21d78a4267
6 changed files with 43 additions and 24 deletions

View File

@ -12,7 +12,7 @@ system_headers = [
]
install_headers(system_headers,
subdir: 'webrtc_audio_processing/system_wrappers/include'
subdir: join_paths(include_subdir, 'system_wrappers', 'include')
)
libsystem_wrappers = static_library('system_wrappers',