Properly fix how how hidapi and libusb dependencies are handled
This commit is contained in:
parent
6140849e28
commit
66109be668
281 changed files with 304 additions and 352 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include <hidapi.h>
|
||||
#include "RGBController.h"
|
||||
|
||||
enum
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include <hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "ThermaltakeRiingController.h"
|
||||
#include "ThermaltakeRiingQuadController.h"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <chrono>
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include <hidapi.h>
|
||||
#include "RGBController.h"
|
||||
|
||||
#define THERMALTAKE_QUAD_PACKET_SIZE 193
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue