starting convert for ESP32
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -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 ()
|
Reference in New Issue
Block a user