mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-21 06:22:21 +02:00
9 lines
230 B
CMake
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
|
|
)
|