Compare commits

...

1 Commits

Author SHA1 Message Date
Markus Wick
e8ca7da64e InputCommon: Fix libusb include directory. 2020-07-13 17:27:08 +02: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)