11 lines
161 B
CMake
11 lines
161 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.cpp"
|
|
"config.cpp"
|
|
"fan.cpp"
|
|
"uart.cpp"
|
|
"speedsensor.cpp"
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|