externals/libusb/CMakeLists: Add /utf-8 compile option for MSVC

pull/8/head
Morph 4 years ago
parent d3a4a192fe
commit df9899eed6

@ -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

Loading…
Cancel
Save