https://github.com/CNugteren/CLTune
Raw File
Tip revision: 6b7c50b485a07df77d203a8fb17fb0e453a6aef7 authored by Cedric Nugteren on 26 June 2017, 19:11:53 UTC
Merge branch 'development'
Tip revision: 6b7c50b
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