mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
12 lines
223 B
PkgConfig
12 lines
223 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Vulkan-Loader
|
|
Description: Vulkan Loader
|
|
Version: 1.3.224
|
|
Libs: -L${libdir} -lvulkan
|
|
Libs.private: -lc++
|
|
Cflags: -I${includedir}
|
|
|