From af84c5bb004cfac5a124c4243c596b2653b2b099 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 5 Jan 2020 01:28:15 -0600 Subject: [PATCH] Add Aorus GPU detect file to Windows build --- OpenRGB.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRGB.pro b/OpenRGB.pro index e5f415e73..b012d7529 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -134,6 +134,7 @@ win32:SOURCES += \ i2c_smbus/i2c_smbus_nct6775.cpp \ i2c_smbus/i2c_smbus_piix4.cpp \ wmi/wmi.cpp \ + RGBController/AorusGPUDetect.cpp \ RGBController/RGBController_AorusGPU.cpp \ RGBController/RazerChromaSDKDetect.cpp \ RGBController/RGBController_RazerChromaSDK.cpp \