Browse Source
~Updated project version (#1761 )
Updated to fix versioning and linking issues.
Old version would cause examples to not be linked on fresh raylib install or linked with an old library version on updated raylib install.
pull/1764/head
ProphesorIks
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
src/CMakeLists.txt
@ -1,7 +1,7 @@
# S e t u p t h e p r o j e c t a n d s e t t i n g s
# S e t u p t h e p r o j e c t a n d s e t t i n g s
project ( raylib C )
project ( raylib C )
set ( PROJECT_VERSION 3.5 .0 )
set ( API_VERSION 351 )
set ( PROJECT_VERSION 3.7 .0 )
set ( API_VERSION 370 )
include ( GNUInstallDirs )
include ( GNUInstallDirs )
include ( JoinPaths )
include ( JoinPaths )