|
|
|
@ -30,8 +30,8 @@ if(SDL2_FOUND) |
|
|
|
target_compile_definitions(input_common PRIVATE HAVE_SDL2) |
|
|
|
endif() |
|
|
|
|
|
|
|
target_include_directories(input_common SYSTEM PUBLIC ${LIBUSB_INCLUDE_DIR}) |
|
|
|
target_link_libraries(input_common PUBLIC ${LIBUSB_LIBRARIES}) |
|
|
|
target_include_directories(input_common SYSTEM PRIVATE ${LIBUSB_INCLUDE_DIR}) |
|
|
|
target_link_libraries(input_common PRIVATE ${LIBUSB_LIBRARIES}) |
|
|
|
|
|
|
|
create_target_directory_groups(input_common) |
|
|
|
target_link_libraries(input_common PUBLIC core PRIVATE common Boost::boost) |