starting convert for ESP32

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-15 01:43:56 +02:00
parent 2191174681
commit 5464bacc52
7 changed files with 27 additions and 14 deletions

View File

@@ -1,11 +1,9 @@
if (DEFINED ENV{IDF_PATH})
return()
endif ()
if (NOT DEFINED ENV{IDF_PATH})
add_library(components INTERFACE)
add_library(components INTERFACE)
add_subdirectory(imgui)
add_subdirectory(insa)
add_subdirectory(ruth)
add_subdirectory(imgui)
add_subdirectory(insa)
add_subdirectory(ruth)
target_link_libraries(components INTERFACE ImGui)
target_link_libraries(components INTERFACE ImGui)
endif ()