使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Archivist
/
raylib-src
镜像自地址
https://github.com/raysan5/raylib
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
24
百科
动态
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
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 }
从 'a00c3d3c4d'
${ noResults }
raylib-src
/
cmake
/
raylib-config.cmake
1 行
58 B
原始文件
普通视图
文件历史
[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"
)