mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 06:17:59 +00:00
Fix merge conflicts with opus and update docs
This commit is contained in:
parent
9b710a5901
commit
9a3f7d702f
5 changed files with 13 additions and 11 deletions
|
@ -348,7 +348,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 opus unicorn)
|
||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static mbedtls opus unicorn)
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
target_sources(core PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue