mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-27 01:21:25 +00:00
13 lines
297 B
PkgConfig
13 lines
297 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib64
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: SPIRV-Tools
|
||
|
Description: Tools for SPIR-V
|
||
|
Version: @CURRENT_VERSION@
|
||
|
URL: https://github.com/KhronosGroup/SPIRV-Tools
|
||
|
|
||
|
Libs: -L${libdir} @SPIRV_SHARED_LIBRARIES@
|
||
|
Cflags: -I${includedir}
|