libusb: Add /utf-8 compile option for MSVC.

This commit is contained in:
Morph 2021-03-15 10:51:46 -04:00 committed by ameerj
parent a80e566464
commit 48fad3a903

View File

@ -1,3 +1,8 @@
# Ensure libusb compiles with UTF-8 encoding on MSVC
if(MSVC)
add_compile_options(/utf-8)
endif()
add_library(usb STATIC EXCLUDE_FROM_ALL
libusb/libusb/core.c
libusb/libusb/core.c