Properly fix how how hidapi and libusb dependencies are handled

This commit is contained in:
James Buren 2024-08-05 01:14:17 +00:00 committed by Adam Honse
parent 6140849e28
commit 66109be668
281 changed files with 304 additions and 352 deletions

View file

@ -12,11 +12,7 @@
#pragma once
#include <vector>
#ifdef __FreeBSD__
#include <libusb.h>
#else
#include <libusb-1.0/libusb.h>
#endif
#include "RGBController.h"
enum

View file

@ -10,11 +10,7 @@
\*---------------------------------------------------------*/
#include <vector>
#ifdef __FreeBSD__
#include <libusb.h>
#else
#include <libusb-1.0/libusb.h>
#endif
#include "Detector.h"
#include "CorsairHydroController.h"
#include "RGBController.h"