mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
CMake: Fix build errors exposed by making common dependent on fmt
This commit is contained in:
@ -75,4 +75,11 @@ if(WIN32)
|
||||
)
|
||||
endif()
|
||||
|
||||
target_link_libraries(audiocommon PRIVATE cubeb SoundTouch FreeSurround)
|
||||
target_link_libraries(audiocommon
|
||||
PUBLIC
|
||||
common
|
||||
|
||||
PRIVATE
|
||||
cubeb
|
||||
SoundTouch
|
||||
FreeSurround)
|
||||
|
Reference in New Issue
Block a user