mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 04:57:54 +00:00
Implemented various hwopus functions (#853)
This commit is contained in:
parent
a211ad4699
commit
42f8eef8b3
6 changed files with 140 additions and 6 deletions
|
@ -318,7 +318,7 @@ add_library(core STATIC
|
|||
create_target_directory_groups(core)
|
||||
|
||||
target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
|
||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn)
|
||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static opus unicorn)
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
target_sources(core PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue