Skip to content

Commit f08e822

Browse files
committed
同步 cmake-kernel
Signed-off-by: KehRoche <kehroche@gmail.com>
1 parent 7cde89c commit f08e822

File tree

5 files changed

+3
-163
lines changed

5 files changed

+3
-163
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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) | 测试 |||

cmake/clang.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
# 目标为无操作系统的环境
88
set(CMAKE_SYSTEM_NAME Generic)
@@ -11,7 +11,7 @@ set(CMAKE_SYSTEM_PROCESSOR x86_64)
1111

1212
# @todo mac 测试
1313
if (APPLE)
14-
message(STATUS "Now is Apple systens.")
14+
message(STATUS "Now is Apple systems.")
1515
# @todo
1616
elseif (UNIX)
1717
message(STATUS "Now is UNIX-like OS's.")

cmake/config.cmake

Lines changed: 0 additions & 127 deletions
This file was deleted.

cmake/find_asm_files.cmake

Lines changed: 0 additions & 11 deletions
This file was deleted.

cmake/header_files.cmake

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)