diff options
| author | 2018-07-26 20:01:37 -0400 | |
|---|---|---|
| committer | 2018-07-27 22:33:31 -0400 | |
| commit | ab756fd068c45fd1b3e3d0216b78c39a741214ae (patch) | |
| tree | 6508316ccfbffc0fc5be6e964f6c7f20adf6b722 /src/core | |
| parent | Merge pull request #845 from lioncash/nfc (diff) | |
| download | yuzu-ab756fd068c45fd1b3e3d0216b78c39a741214ae.tar.gz yuzu-ab756fd068c45fd1b3e3d0216b78c39a741214ae.tar.xz yuzu-ab756fd068c45fd1b3e3d0216b78c39a741214ae.zip | |
audio_core: Add initial code for keeping track of audout state.
Diffstat (limited to 'src/core')
| -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 b367c2a27..95dbba678 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -305,7 +305,7 @@ add_library(core STATIC | |||
| 305 | 305 | ||
| 306 | create_target_directory_groups(core) | 306 | create_target_directory_groups(core) |
| 307 | 307 | ||
| 308 | target_link_libraries(core PUBLIC common PRIVATE video_core) | 308 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 309 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn) | 309 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn) |
| 310 | 310 | ||
| 311 | if (ARCHITECTURE_x86_64) | 311 | if (ARCHITECTURE_x86_64) |