bc1d885bd1
Ran ./utils/git-sync-deps already, removed some unneeded files
13 lines
334 B
PkgConfig
13 lines
334 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: shaderc
|
|
Description: Tools and libraries for Vulkan shader compilation
|
|
Version: @CURRENT_VERSION@
|
|
URL: https://github.com/google/shaderc
|
|
|
|
Libs: -L${libdir} @LIBS@
|
|
Cflags: -I${includedir}
|