diff options
| author | 2018-07-27 20:25:32 -0700 | |
|---|---|---|
| committer | 2018-07-27 20:25:32 -0700 | |
| commit | e1d66ea7942800d51aff57c44d0e9ab9ffd949dc (patch) | |
| tree | aaff4a680cafbd1111baa602af8d0d2d7297f585 /src/core/CMakeLists.txt | |
| parent | Merge pull request #696 from DarkLordZach/romfs (diff) | |
| parent | audout: Implement IAudioOut interface with AudioCore. (diff) | |
| download | yuzu-e1d66ea7942800d51aff57c44d0e9ab9ffd949dc.tar.gz yuzu-e1d66ea7942800d51aff57c44d0e9ab9ffd949dc.tar.xz yuzu-e1d66ea7942800d51aff57c44d0e9ab9ffd949dc.zip | |
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 | |||
| 309 | 309 | ||
| 310 | create_target_directory_groups(core) | 310 | create_target_directory_groups(core) |
| 311 | 311 | ||
| 312 | target_link_libraries(core PUBLIC common PRIVATE video_core) | 312 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 313 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn) | 313 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn) |
| 314 | 314 | ||
| 315 | if (ARCHITECTURE_x86_64) | 315 | if (ARCHITECTURE_x86_64) |