Browse Source

input_common: Use the CMake target instead of the variable.

nce_cpp
Markus Wick 6 years ago
parent
commit
ea1146eba0
  1. 2
      src/input_common/CMakeLists.txt

2
src/input_common/CMakeLists.txt

@ -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)
Loading…
Cancel
Save