btclock_v3/src/CMakeLists.txt

5 lines
166 B
Text
Raw Permalink Normal View History

2023-11-06 19:16:07 +00:00
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
idf_component_register(SRCS ${app_sources})
2023-11-21 15:12:44 +00:00
target_compile_options(${COMPONENT_LIB} PRIVATE -std=gnu++17)