File tree Expand file tree Collapse file tree 5 files changed +3
-163
lines changed Expand file tree Collapse file tree 5 files changed +3
-163
lines changed Original file line number Diff line number Diff line change 1717 目前支持的第三方资源
1818
1919 | 第三方内容 | 描述 | 类型 | 正在使用 |
20- | :----------------------------------------------------------: | :-------------------------------------------: | :----------: | :------: |
20+ | :----------------------------------------------------------: | :-------------------------------------------: | :----------: | :------: |
2121 | [ CPM] ( https://github.com/cpm-cmake/CPM.cmake ) | cmake 包管理 | cmake module | ✔ |
2222 | [ CPMLicences.cmake] ( https://github.com/TheLartians/CPMLicenses.cmake ) | 为第三方包生成 licence | cmake module | ✔ |
2323 | [ google/googletest] ( https://github.com/google/googletest ) | 测试 | 库 | ✔ |
Original file line number Diff line number Diff line change 22# This file is a part of Simple-XX/SimpleKernel
33# (https://github.com/Simple-XX/SimpleKernel).
44#
5- # x86_64-x86_64- clang.cmake for Simple-XX/SimpleKernel.
5+ # clang.cmake for Simple-XX/SimpleKernel.
66
77# 目标为无操作系统的环境
88set (CMAKE_SYSTEM_NAME Generic)
@@ -11,7 +11,7 @@ set(CMAKE_SYSTEM_PROCESSOR x86_64)
1111
1212# @todo mac 测试
1313if (APPLE )
14- message (STATUS "Now is Apple systens ." )
14+ message (STATUS "Now is Apple systems ." )
1515 # @todo
1616elseif (UNIX )
1717 message (STATUS "Now is UNIX-like OS's." )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments