forked from OSchip/llvm-project
9 lines
242 B
PkgConfig
9 lines
242 B
PkgConfig
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
||
|
libexecdir=@CMAKE_INSTALL_PREFIX@/lib/clc
|
||
|
|
||
|
Name: libclc
|
||
|
Description: Library requirements of the OpenCL C programming language
|
||
|
Version: @PROJECT_VERSION@
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libexecdir}
|