mirror of https://github.com/BOINC/boinc.git
14 lines
290 B
PkgConfig
14 lines
290 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: boinc_api
|
|
Description: BOINC API
|
|
Version: @PACKAGE_VERSION@
|
|
URL: https://github.com/BOINC/boinc/wiki/BasicApi
|
|
|
|
Cflags: -I${includedir}/boinc
|
|
Cflags.private: @GLUT_CFLAGS@
|
|
Libs: -L${libdir} -lboinc_api
|