input_common: Use the CMake target instead of the variable.

This commit is contained in:
Markus Wick 2020-04-16 01:40:03 +02:00
parent 50a1a6e6a9
commit ea1146eba0

View file

@ -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)