mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
InputCommon: Make use of fmt where applicable
Continues the migration over to fmt
This commit is contained in:
@ -58,8 +58,12 @@ add_library(inputcommon
|
||||
ControlReference/FunctionExpression.h
|
||||
)
|
||||
|
||||
target_link_libraries(inputcommon PUBLIC
|
||||
target_link_libraries(inputcommon
|
||||
PUBLIC
|
||||
common
|
||||
|
||||
PRIVATE
|
||||
fmt::fmt
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
Reference in New Issue
Block a user