mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-18 09:11:53 -04:00
Add MacOS libraries and paths to project file
This commit is contained in:
@@ -424,4 +424,11 @@ unix:!macx {
|
||||
|
||||
#-----------------------------------------------------------------------#
|
||||
# MacOS-specific Configuration #
|
||||
#-----------------------------------------------------------------------#
|
||||
#-----------------------------------------------------------------------#
|
||||
unix:macx {
|
||||
INCLUDEPATH += \
|
||||
/usr/local/include \
|
||||
|
||||
LIBS += \
|
||||
-L/usr/local/lib -lusb-1.0 -lhidapi \
|
||||
}
|
||||
Reference in New Issue
Block a user