diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-10-15 21:28:29 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-10-15 21:28:29 -0300 |
| commit | 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 (patch) | |
| tree | f5d692d046868261275c7430a624c3ea9ed75d3d /raylib/raylib.pc.in | |
| parent | a89f892640cf12f75c7ce18e6e88c70a8d3965ed (diff) | |
A lot has certainly happened!
Diffstat (limited to 'raylib/raylib.pc.in')
| -rw-r--r-- | raylib/raylib.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/raylib/raylib.pc.in b/raylib/raylib.pc.in new file mode 100644 index 0000000..4e34ce3 --- /dev/null +++ b/raylib/raylib.pc.in @@ -0,0 +1,13 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=@libdir_for_pc_file@ +includedir=@includedir_for_pc_file@ + +Name: raylib +Description: A simple and easy-to-use library to enjoy videogames programming +URL: https://github.com/raysan5/raylib +Version: @PROJECT_VERSION@ +Libs: -L"${libdir}" -lraylib @PKG_CONFIG_LIBS_EXTRA@ +Libs.private: @PKG_CONFIG_LIBS_PRIVATE@ +Requires.private: @GLFW_PKG_DEPS@ +Cflags: -I"${includedir}" |
