https://github.com/CNugteren/CLTune
Revision 3c577cc706c1007616641d0e33a7a6c21a793dc0 authored by Cedric Nugteren on 26 June 2017, 19:11:34 UTC, committed by Cedric Nugteren on 26 June 2017, 19:11:34 UTC
1 parent 3225b69
Raw File
Tip revision: 3c577cc706c1007616641d0e33a7a6c21a793dc0 authored by Cedric Nugteren on 26 June 2017, 19:11:34 UTC
Updated to version 2.7.0
Tip revision: 3c577cc
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