Kaynağa Gözat
Updating CMake version to 5.0 so libraries are correctly versioned (#3615)
pull/3623/head
David Williams
1 yıl önce
işlemeyi yapan:
GitHub
ebeveyn
işleme
032cc497ca
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
2 ekleme ve
2 silme
-
src/CMakeLists.txt
|
|
@ -1,7 +1,7 @@ |
|
|
|
# Setup the project and settings |
|
|
|
project(raylib C) |
|
|
|
set(PROJECT_VERSION 4.5.0) |
|
|
|
set(API_VERSION 450) |
|
|
|
set(PROJECT_VERSION 5.0.0) |
|
|
|
set(API_VERSION 500) |
|
|
|
|
|
|
|
include(GNUInstallDirs) |
|
|
|
include(JoinPaths) |
|
|
|