Updated OpenRGB.pro to dynamically resolve source files

* Created FORMS macro list dynamically
* Added GUI_H and CONTROLLERS_H list to HEADERS
* Added GUI_CPP and CONTROLLERS_CPP list to SOURCES
* Added unique list of GUI_INCLUDES and CONTROLLER_INCLUDES to INCLUDES
* Adjusted platform specific builds to align build targets
This commit is contained in:
Chris M 2023-11-08 23:02:31 +11:00 committed by Chris
parent f4220dffb7
commit d2b4ff1c56
37 changed files with 98 additions and 1557 deletions

View file

@ -1,7 +1,6 @@
#include "Detector.h"
#include "ENESMBusController.h"
#include "ENESMBusInterface_i2c_smbus.h"
#include "ENESMBusInterface_SpectrixS40G.h"
#include "LogManager.h"
#include "RGBController.h"
#include "RGBController_ENESMBus.h"