MarsCar/main/CMakeLists.txt
2025-06-30 01:23:50 +08:00

6 lines
142 B
CMake

idf_component_register(SRCS "main.cpp"
"src/ps2_controller.cpp"
"src/moveInfo.cpp"
"src/uartTool.cpp"
INCLUDE_DIRS "include")