Ray
2 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
2 dodań i
2 usunięć
-
src/CMakeLists.txt
|
@ -1,7 +1,7 @@ |
|
|
# Setup the project and settings |
|
|
# Setup the project and settings |
|
|
project(raylib C) |
|
|
project(raylib C) |
|
|
set(PROJECT_VERSION 4.2.0) |
|
|
|
|
|
set(API_VERSION 420) |
|
|
|
|
|
|
|
|
set(PROJECT_VERSION 4.5.0) |
|
|
|
|
|
set(API_VERSION 450) |
|
|
|
|
|
|
|
|
include(GNUInstallDirs) |
|
|
include(GNUInstallDirs) |
|
|
include(JoinPaths) |
|
|
include(JoinPaths) |
|
|