mirror of https://github.com/BOINC/boinc.git
14 lines
306 B
PkgConfig
14 lines
306 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: boinc_opencl
|
|
Description: BOINC OpenCL API
|
|
Version: @PACKAGE_VERSION@
|
|
URL: https://boinc.berkeley.edu/trac/wiki/OpenclApps
|
|
|
|
Cflags: -I${includedir}/boinc
|
|
Cflags.private: @GLUT_CFLAGS@
|
|
Libs: -L${libdir} -lboinc_opencl
|