diff options
| author | Ray <[email protected]> | 2018-09-18 21:34:02 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-09-18 21:34:02 +0200 |
| commit | be599a9ece3dd9d0a68fa32562d07918b9b69a9e (patch) | |
| tree | 654d543d699e37610787213e4f52ae7616313c1c /src/CMakeLists.txt | |
| parent | 27c3afd91c354aeb3587c91b15d3886b813c1a1f (diff) | |
| download | raylib-be599a9ece3dd9d0a68fa32562d07918b9b69a9e.tar.gz raylib-be599a9ece3dd9d0a68fa32562d07918b9b69a9e.zip | |
enjoy!
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5581cc7a..c86cc0e7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -259,7 +259,7 @@ message(STATUS " GRAPHICS=" ${GRAPHICS}) # Packaging SET(CPACK_PACKAGE_NAME "raylib") -SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Simple and easy-to-use library to learn videogames programming") +SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Simple and easy-to-use library to enjoy videogames programming") SET(CPACK_PACKAGE_VERSION "${PROJECT_VERSION}") SET(CPACK_PACKAGE_VERSION_MAJOR "${PROJECT_VERSION_MAJOR}") SET(CPACK_PACKAGE_VERSION_MINOR "${PROJECT_VERSION_MINOR}") |
