Merge pull request #842 from bunnei/audio-core

Initial implementation of Audio Core
This commit is contained in:
bunnei 2018-07-27 20:25:32 -07:00 committed by GitHub
commit e1d66ea794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 460 additions and 95 deletions

View file

@ -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)