mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
13 lines
278 B
PkgConfig
13 lines
278 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Vulkan-Loader
|
|
Description: Vulkan Loader
|
|
Version: 1.3.280
|
|
Requires:
|
|
Requires.private:
|
|
Libs: -L${libdir} -lvulkan
|
|
Libs.private: -lc++ -framework CoreFoundation
|
|
Cflags: -I${includedir}
|