File tree 5 files changed +0
-8
lines changed
5 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,3 @@ function(add_header_project _target)
9
9
target_include_directories (${_target} PRIVATE
10
10
${CMAKE_SOURCE_DIR} /src)
11
11
endfunction ()
12
-
13
- function (add_header_3rd _target)
14
- endfunction ()
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ add_executable(${PROJECT_NAME}
21
21
22
22
# 添加头文件
23
23
add_header_project(${PROJECT_NAME} )
24
- add_header_3rd(${PROJECT_NAME} )
25
24
26
25
target_include_directories (${PROJECT_NAME} PRIVATE
27
26
include
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ add_executable(${PROJECT_NAME}
24
24
)
25
25
26
26
# 添加头文件
27
- add_header_3rd(${PROJECT_NAME} )
28
27
target_include_directories (kernel PRIVATE
29
28
include
30
29
)
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ add_executable(${PROJECT_NAME}
18
18
${CMAKE_SOURCE_DIR} /src/kernel/arch/${CMAKE_SYSTEM_PROCESSOR} /boot.S
19
19
)
20
20
21
- add_header_3rd(${PROJECT_NAME} )
22
-
23
21
target_compile_options (${PROJECT_NAME} PRIVATE
24
22
${DEFAULT_KERNEL_COMPILE_OPTIONS}
25
23
)
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ add_executable(${PROJECT_NAME}
20
20
kernel_fdt_test.cpp
21
21
)
22
22
23
- add_header_3rd(${PROJECT_NAME} )
24
23
target_include_directories (${PROJECT_NAME} PRIVATE
25
24
${CMAKE_SOURCE_DIR} /src/kernel/include
26
25
${CMAKE_SOURCE_DIR} /src/kernel/arch
You can’t perform that action at this time.
0 commit comments