diff options
| author | bunnei <bunneidev@gmail.com> | 2018-07-27 20:25:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-27 20:25:32 -0700 |
| commit | e1d66ea7942800d51aff57c44d0e9ab9ffd949dc (patch) | |
| tree | aaff4a680cafbd1111baa602af8d0d2d7297f585 /src/core/CMakeLists.txt | |
| parent | abb489418834848965f6ccb38d2cd7cf01cedf35 (diff) | |
| parent | f1c519f2cb2d19cbe5756a6db71a3da0f2ec407d (diff) | |
Merge pull request #842 from bunnei/audio-core
Initial implementation of Audio Core
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index f389897d4..30d7667c8 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -309,7 +309,7 @@ add_library(core STATIC create_target_directory_groups(core) -target_link_libraries(core PUBLIC common PRIVATE video_core) +target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn) if (ARCHITECTURE_x86_64) |
