projects
/
platform
/
upstream
/
SPIRV-Headers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d234957
)
Fixed substituted string with paths and version
author
Tomasz Kłoczko
<kloczek@github.com>
Wed, 19 May 2021 17:20:11 +0000
(18:20 +0100)
committer
Tomasz Kłoczko
<kloczek@github.com>
Wed, 19 May 2021 17:20:11 +0000
(18:20 +0100)
Use `@CMAKE_INSTALL_PREFIX@`, `${prefix}/@CMAKE_INSTALL_INCLUDEDIR@` and
`@CMAKE_PROJECT_VERSION@`.
spirv-headers.pc.in
patch
|
blob
|
history
diff --git
a/spirv-headers.pc.in
b/spirv-headers.pc.in
index
ccc4205
..
282144f
100644
(file)
--- a/
spirv-headers.pc.in
+++ b/
spirv-headers.pc.in
@@
-1,9
+1,9
@@
-prefix=@
prefix
@
-includedir=
@includedir
@
+prefix=@
CMAKE_INSTALL_PREFIX
@
+includedir=
${prefix}/@CMAKE_INSTALL_INCLUDEDIR
@
Name: spirv-headers
Description: Header files from the SPIR-V registry
-Version: @VERSION@
+Version: @
CMAKE_PROJECT_
VERSION@
Requires:
Libs:
Cflags: -I${includedir}