Skip to content
Snippets Groups Projects
Commit 94c2c828 authored by Markus Wick's avatar Markus Wick
Browse files

input_common: Use the CMake target instead of the variable.

parent db67e017
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment