add forgotten pkgconfig template libcruft-vk.pc.in
This commit is contained in:
parent
3229e63406
commit
c0425cf800
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,7 +1,8 @@
|
||||
/aclocal.m4
|
||||
/autom4te.cache/
|
||||
/build-aux/
|
||||
/config.h.in
|
||||
/configure
|
||||
*.in
|
||||
/m4/libtool.m4
|
||||
/m4/lt*.m4
|
||||
/Makefile.in
|
||||
|
12
libcruft-vk.pc.in
Normal file
12
libcruft-vk.pc.in
Normal file
@ -0,0 +1,12 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libcruft-vk
|
||||
Description: A Vulkan wrapper for C++
|
||||
URL: http://nerdcruft.net/
|
||||
Version: @VERSION@
|
||||
Requires: libcruft-util
|
||||
Libs: -L${libdir} -lcruft-vk
|
||||
Cflags: -I${includedir}/cruft
|
Loading…
Reference in New Issue
Block a user