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.
This commit is contained in:
Ahmad Fatoum 2017-11-24 19:57:44 +01:00
commit 49c5a433df
No known key found for this signature in database
GPG key ID: C3EAC3DE9321D59B
5 changed files with 82 additions and 56 deletions

View file

@ -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@