mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 04:30:02 +01:00
5 lines
166 B
CMake
5 lines
166 B
CMake
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
|
|
|
|
idf_component_register(SRCS ${app_sources})
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE -std=gnu++17)
|