Files
system-control/components/CMakeLists.txt
Peter Siegmund 26723db8d8 code cleanup
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-06-20 21:35:09 +02:00

8 lines
188 B
CMake

if (NOT DEFINED ENV{IDF_PATH})
add_library(components INTERFACE)
add_subdirectory(imgui)
add_subdirectory(insa)
target_link_libraries(components INTERFACE ImGui)
endif ()