소스 검색

~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 년 전
committed by GitHub
부모
커밋
1d0767022d
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/CMakeLists.txt

+ 2
- 2
src/CMakeLists.txt 파일 보기

@ -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)

불러오는 중...
취소
저장