Created initial CMakeLists.txt

This commit is contained in:
2019-06-17 22:14:03 +02:00
parent 725294e96a
commit e0035fd963
7 changed files with 137 additions and 3 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include <musbstd.h>
#ifdef _MSC_VER // Windows includes
@@ -63,7 +64,7 @@ DEFINE_GUID(GUID_CLASS_MSCB_BULK, 0xcbeb3fb1, 0xae9f, 0x471c, 0x90, 0x16, 0x9b,
#ifdef HAVE_LIBUSB10
#include <errno.h>
#include <libusb-1.0/libusb.h>
#include <libusb.h>
#endif
#if !defined(HAVE_LIBUSB) && !defined(HAVE_LIBUSB10)