mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-01 04:30:07 +00:00
8c05012593
Fixes #1031 Extracts the current version from the file CHANGES The -dev suffix maps to a minor version number of .0 No -dev suffix maps to a minor version number of .1 Uses a first class target spirv-tools-pkg-config
13 lines
290 B
PkgConfig
13 lines
290 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_LIBRARIES@
|
|
Cflags: -I${includedir}
|