https://github.com/CNugteren/CLTune
Raw File
Tip revision: 8a56a4a314be7ccef56ad8f55e8a34a37dda0545 authored by Cedric Nugteren on 12 December 2022, 08:07:03 UTC
Merge pull request #60 from trixirt/for-fedora
Tip revision: 8a56a4a
cltune.pc.in
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib

Name: CLTune
Description: CLTune: An automatic OpenCL & CUDA kernel tuner
Version: @cltune_VERSION_MAJOR@.@cltune_VERSION_MINOR@.@cltune_VERSION_PATCH@
Libs: -L${libdir} -lcltune
Cflags: -I${includedir}
back to top