Files
board-mate/esp32-thread/open-thread-rcp/components/components/idf_test/CMakeLists.txt
2025-12-24 16:07:10 +01:00

8 lines
226 B
CMake

idf_build_get_property(target IDF_TARGET)
if(${target} STREQUAL "linux")
return() # This component is not supported by the POSIX/Linux simulator
endif()
idf_component_register(INCLUDE_DIRS "include" "include/${target}")