mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
78f23de70c
Issue: #15805
13 lines
252 B
PkgConfig
13 lines
252 B
PkgConfig
prefix=/opt/bletch
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
jackpot=bletch-lives
|
|
|
|
Name: Bletch
|
|
Description: Dummy packaget to test variable support
|
|
Version: 1.0
|
|
Libs: -L${libdir} -lbletch
|
|
Cflags: -Dbletch_version=1
|