esp-idf/components/linux/CMakeLists.txt
Jakob Hasse c9984faaef [mocks]: freertos mock
[esp_event]: added preliminary host-based tests
2021-08-06 17:08:21 +08:00

8 lines
196 B
CMake

idf_build_get_property(target IDF_TARGET)
if(NOT "${target}" STREQUAL "linux")
return()
endif()
idf_component_register(INCLUDE_DIRS include
REQUIRED_IDF_TARGETS linux)