diff options
| -rw-r--r-- | externals/libusb/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/externals/libusb/CMakeLists.txt b/externals/libusb/CMakeLists.txt index c0d24b126..70d6735e3 100644 --- a/externals/libusb/CMakeLists.txt +++ b/externals/libusb/CMakeLists.txt | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | # Ensure libusb compiles with UTF-8 encoding on MSVC | ||
| 2 | if(MSVC) | ||
| 3 | add_compile_options(/utf-8) | ||
| 4 | endif() | ||
| 5 | |||
| 1 | add_library(usb STATIC EXCLUDE_FROM_ALL | 6 | add_library(usb STATIC EXCLUDE_FROM_ALL |
| 2 | libusb/libusb/core.c | 7 | libusb/libusb/core.c |
| 3 | libusb/libusb/core.c | 8 | libusb/libusb/core.c |