Compare commits

...

1 Commits

Author SHA1 Message Date
Kaiwen Xu
ed985fc1c5 Fix build by adding libusb include dir 2020-07-11 14:54:57 -07:00

View File

@@ -30,6 +30,7 @@ if(SDL2_FOUND)
target_compile_definitions(input_common PRIVATE HAVE_SDL2)
endif()
target_include_directories(input_common PUBLIC ${LIBUSB_INCLUDE_DIR})
target_link_libraries(input_common PUBLIC ${LIBUSB_LIBRARIES})
create_target_directory_groups(input_common)