Files
pi-dashboard/main/CMakeLists.txt

5 lines
124 B
CMake
Raw Normal View History

2026-02-15 02:48:59 +09:00
idf_component_register(
SRCS "main.cpp"
2026-02-15 04:15:30 +09:00
PRIV_REQUIRES user_app app_bsp port_bsp esp_wifi_bsp
2026-02-15 02:48:59 +09:00
INCLUDE_DIRS "./")