armchair_fw/common/CMakeLists.txt
jonny_jr9 f76db1d9bc Outsource http, joystick to common/ and react-app to root
Same reason as before commit
Note: some changes to http were necessary due to global object
- untested!

Also remove unneded duplicate components folder
2023-09-07 12:59:15 +02:00

17 lines
286 B
CMake

idf_component_register(
SRCS
"wifi.c"
"buzzer.cpp"
"uart_common.cpp"
"types.cpp"
"motordrivers.cpp"
"motorctl.cpp"
"currentsensor.cpp"
"joystick.cpp"
"http.cpp"
INCLUDE_DIRS
"."
PRIV_REQUIRES nvs_flash mdns json spiffs esp_http_server
)