5 lines
111 B
CMake
5 lines
111 B
CMake
idf_component_register(
|
|
SRCS "main.cpp" "Config.cpp" "kartSender.cpp" "Detector.cpp"
|
|
INCLUDE_DIRS ""
|
|
)
|