mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
11 lines
247 B
PkgConfig
11 lines
247 B
PkgConfig
|
prefix=@out@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: mlx42
|
||
|
Description: A simple cross-platform graphics library that uses GLFW and OpenGL
|
||
|
Version: @version@
|
||
|
Libs: -L${libdir} -lmlx42
|
||
|
Cflags: -I${includedir}
|