Skip to content

Commit

Permalink
- Minor Linux compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zlogic committed Apr 14, 2012
1 parent 40aa3da commit 95e5306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cybervision/cybervision-app/cybervision-app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ unix {

equals(CYBERVISION_OPENCL, true){
INCLUDEPATH += /opt/AMDAPP/include
LIBS += -L/opt/AMDAPP/lib/x86_64 -lOpenCL
LIBS += -L/opt/AMDAPP/lib/x86_64 -lOpenCL -lGLU
}
}

Expand Down

0 comments on commit 95e5306

Please sign in to comment.