이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Archivist
/
raylib-src
의 미러
https://github.com/raysan5/raylib
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
24
위키
활동
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7830
커밋
1
브렌치
13 GiB
트리:
a00c3d3c4d
master
5.5
5.0
4.6-dev
4.5.0
4.2.0
4.0.0
3.7.0
3.5.0
3.0.0
2.6.0
2.5.0
2.0.0
1.9.7-dev
1.9.4-dev
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.2
1.1.1
1.0.6
1.0.4
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from 'a00c3d3c4d'
${ noResults }
raylib-src
/
cmake
/
raylib-config.cmake
1 line
58 B
Raw
Normal View
히스토리
[build][cmake] Improve cmake config file generation (#4541) * Improve cmake config file generation This allows for finding raylib on a non-standard location (eg, not in /usr/lib{,64}) * Only have glfw as private if using internal glfw and not static
3 주 전
include
(
"${CMAKE_CURRENT_LIST_DIR}/raylib-targets.cmake"
)