diff options
| author | David <25727384+ogniK5377@users.noreply.github.com> | 2020-04-21 12:57:30 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-20 22:57:30 -0400 |
| commit | 11c63ca969f39481ccf75c204e21948f4fb41efa (patch) | |
| tree | edd0a3efd2515e42c9f6a820888fcd77df29460b /src/audio_core/CMakeLists.txt | |
| parent | d3e0cefa600240c064f2d758cd5c74fc83ad3d40 (diff) | |
audio_renderer: Preliminary BehaviorInfo (#3736)
* audio_renderer: Preliminary BehaviorInfo
* clang format
* Fixed IsRevisionSupported
* fixed IsValidRevision
* Fixed logic error & spelling errors & crash
* Addressed issues
Diffstat (limited to 'src/audio_core/CMakeLists.txt')
| -rw-r--r-- | src/audio_core/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/audio_core/CMakeLists.txt b/src/audio_core/CMakeLists.txt index c381dbe1d..5ef38a337 100644 --- a/src/audio_core/CMakeLists.txt +++ b/src/audio_core/CMakeLists.txt @@ -7,9 +7,12 @@ add_library(audio_core STATIC audio_out.h audio_renderer.cpp audio_renderer.h + behavior_info.cpp + behavior_info.h buffer.h codec.cpp codec.h + common.h null_sink.h sink.h sink_details.cpp |
