mirror of
https://github.com/MeowLynxSea/MarsCar.git
synced 2025-07-09 10:44:35 +00:00
6 lines
142 B
CMake
6 lines
142 B
CMake
idf_component_register(SRCS "main.cpp"
|
|
"src/ps2_controller.cpp"
|
|
"src/moveInfo.cpp"
|
|
"src/uartTool.cpp"
|
|
INCLUDE_DIRS "include")
|