Files
esp-protocols/common_components/linux_compat/esp_timer/CMakeLists.txt
2023-06-20 15:15:37 +02:00

9 lines
230 B
CMake

idf_component_register(SRCS esp_timer_linux.c timer_task.cpp
INCLUDE_DIRS include)
set_target_properties(${COMPONENT_LIB} PROPERTIES
CXX_STANDARD 17
CXX_STANDARD_REQUIRED ON
CXX_EXTENSIONS ON
)