mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 19:37:45 +08:00
changed CMakeLists.txt
add some refs
This commit is contained in:
@@ -8,18 +8,18 @@ include("cmake/gcc-arm-none-eabi.cmake")
|
|||||||
# User is free to modify the file as much as necessary
|
# User is free to modify the file as much as necessary
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# 条件编译 所有车共用一套代码
|
||||||
|
|
||||||
# option(BALANCE "Enable balance" ON)
|
# option(BALANCE "Enable balance" ON)
|
||||||
# option(STEER "Enable steer" ON)
|
# option(STEER "Enable steer" ON)
|
||||||
option(OMNI "Enable omni" ON)
|
option(OMNI "Enable omni" ON)
|
||||||
#option(INFANTRY_OMNI "Enable infantry moni" ON)
|
# option(INFANTRY_OMNI "Enable infantry moni" ON)
|
||||||
# option(HERO "Enable hero" ON)
|
# option(HERO "Enable hero" ON)
|
||||||
#option(HERO_STEER "Enable hero_steer" ON)
|
# option(HERO_STEER "Enable hero_steer" ON)
|
||||||
# option(DART_STAND "Enable dart stand" ON)
|
# option(DART_STAND "Enable dart stand" ON)
|
||||||
# option(ENGINEER "Enable engineer" ON)
|
# option(ENGINEER "Enable engineer" ON)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Setup compiler settings
|
# Setup compiler settings
|
||||||
set(CMAKE_C_STANDARD 23)
|
set(CMAKE_C_STANDARD 23)
|
||||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||||
|
|||||||
Reference in New Issue
Block a user