changed CMakeLists.txt

add some refs
This commit is contained in:
2025-10-24 15:09:03 +08:00
parent 239c7eca91
commit dfd5692c86

View File

@@ -8,18 +8,18 @@ include("cmake/gcc-arm-none-eabi.cmake")
# User is free to modify the file as much as necessary
#
# 条件编译 所有车共用一套代码
# option(BALANCE "Enable balance" ON)
# option(STEER "Enable steer" 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_STEER "Enable hero_steer" ON)
# option(HERO_STEER "Enable hero_steer" ON)
# option(DART_STAND "Enable dart stand" ON)
# option(ENGINEER "Enable engineer" ON)
# Setup compiler settings
set(CMAKE_C_STANDARD 23)
set(CMAKE_C_STANDARD_REQUIRED ON)