diff options
| author | Ahmad Fatoum <[email protected]> | 2017-11-24 19:57:44 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2017-11-24 21:24:35 +0100 |
| commit | 49c5a433df48c1b9efafb70e51724c2fc3a5e608 (patch) | |
| tree | 3e26eb26e84f5ba638c5a97aa8d3c45cfb932027 /raylib.pc.in | |
| parent | 10dc276423b32d00ee7f1e28fe19d66311bc49f6 (diff) | |
| download | raylib-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.in | 2 |
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@ |
