summaryrefslogtreecommitdiffhomepage
path: root/raylib.pc.in
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2017-11-24 19:57:44 +0100
committerAhmad Fatoum <[email protected]>2017-11-24 21:24:35 +0100
commit49c5a433df48c1b9efafb70e51724c2fc3a5e608 (patch)
tree3e26eb26e84f5ba638c5a97aa8d3c45cfb932027 /raylib.pc.in
parent10dc276423b32d00ee7f1e28fe19d66311bc49f6 (diff)
downloadraylib-49c5a433df48c1b9efafb70e51724c2fc3a5e608.tar.gz
raylib-49c5a433df48c1b9efafb70e51724c2fc3a5e608.zip
Setup CMake package target and CI auto-deploy tags
cmake --build . --target package # or make package if make is used can now be used to create binary packages for raylib. AppVeyor and Travis CI are configured to push the artifacts that result from building git tags to the related Github releases page.
Diffstat (limited to 'raylib.pc.in')
-rw-r--r--raylib.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/raylib.pc.in b/raylib.pc.in
index 0472c283..93984363 100644
--- a/raylib.pc.in
+++ b/raylib.pc.in
@@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: raylib
Description: Simple and easy-to-use library to learn videogames programming
-URL: https://github.com/raysan5/raylib
+URL: http://github.com/raysan5/raylib
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lraylib
Libs.private:@PKG_CONFIG_LIBS_PRIVATE@