generated from hulk/gd32e23x_template_cmake_vscode
sync: 合并内网 LDC1612_last_version 代码变更
- 覆盖 Src/Inc/SDK/LD/doc 等源码文件 - 保留 cmake 构建配置和 Git 历史不变 - 来源: 内网 LDC1612_last_version
This commit is contained in:
+12
-12
@@ -1,13 +1,13 @@
|
||||
project(CMSIS LANGUAGES C CXX ASM)
|
||||
|
||||
add_library(CMSIS INTERFACE)
|
||||
|
||||
target_include_directories(CMSIS INTERFACE
|
||||
${CMAKE_SOURCE_DIR}/SDK/CMSIS
|
||||
${CMAKE_SOURCE_DIR}/SDK/CMSIS/GD/GD32E23x/Include
|
||||
|
||||
# Added directory of "gd32e23x_libopt.h".
|
||||
${CMAKE_SOURCE_DIR}/Inc
|
||||
|
||||
# 如有其它需要的头文件目录,可继续添加
|
||||
project(CMSIS LANGUAGES C CXX ASM)
|
||||
|
||||
add_library(CMSIS INTERFACE)
|
||||
|
||||
target_include_directories(CMSIS INTERFACE
|
||||
${CMAKE_SOURCE_DIR}/SDK/CMSIS
|
||||
${CMAKE_SOURCE_DIR}/SDK/CMSIS/GD/GD32E23x/Include
|
||||
|
||||
# Added directory of "gd32e23x_libopt.h".
|
||||
${CMAKE_SOURCE_DIR}/Inc
|
||||
|
||||
# 如有其它需要的头文件目录,可继续添加
|
||||
)
|
||||
Reference in New Issue
Block a user