mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
input_common: Use the CMake target instead of the variable.
This commit is contained in:
parent
db67e017cb
commit
94c2c828a5
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ if(SDL2_FOUND)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
create_target_directory_groups(input_common)
|
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)
|
||||||
|
|
Loading…
Reference in a new issue