mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00
Updating CMake version to 5.0 so libraries are correctly versioned (#3615)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Setup the project and settings
|
# Setup the project and settings
|
||||||
project(raylib C)
|
project(raylib C)
|
||||||
set(PROJECT_VERSION 4.5.0)
|
set(PROJECT_VERSION 5.0.0)
|
||||||
set(API_VERSION 450)
|
set(API_VERSION 500)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
include(JoinPaths)
|
include(JoinPaths)
|
||||||
|
Reference in New Issue
Block a user