~Updated project version
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.
This commit is contained in:
parent
2545f62565
commit
204aa4c46f
|
|
@ -1,7 +1,7 @@
|
||||||
# Setup the project and settings
|
# Setup the project and settings
|
||||||
project(raylib C)
|
project(raylib C)
|
||||||
set(PROJECT_VERSION 3.5.0)
|
set(PROJECT_VERSION 3.7.0)
|
||||||
set(API_VERSION 351)
|
set(API_VERSION 370)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
include(JoinPaths)
|
include(JoinPaths)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user