mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-04 02:50:46 -07:00
input_common: Use the CMake target instead of the variable.
This commit is contained in:
@ -27,4 +27,4 @@ if(SDL2_FOUND)
|
||||
endif()
|
||||
|
||||
create_target_directory_groups(input_common)
|
||||
target_link_libraries(input_common PUBLIC core PRIVATE common ${Boost_LIBRARIES})
|
||||
target_link_libraries(input_common PUBLIC core PRIVATE common Boost::boost)
|
||||
|
Reference in New Issue
Block a user