Some checks failed
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 35s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 19s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 18s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
if (NOT DEFINED ENV{IDF_PATH})
|
|
add_library(components INTERFACE)
|
|
|
|
add_subdirectory(imgui)
|
|
add_subdirectory(insa)
|
|
add_subdirectory(led-manager)
|
|
add_subdirectory(persistence-manager)
|
|
|
|
target_link_libraries(components INTERFACE ImGui)
|
|
endif () |