Przeglądaj źródła

~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 3 lat temu
committed by GitHub
rodzic
commit
1d0767022d
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/CMakeLists.txt

+ 2
- 2
src/CMakeLists.txt Wyświetl plik

@ -1,7 +1,7 @@
# Setup the project and settings
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(JoinPaths)

Ładowanie…
Anuluj
Zapisz