Create project structure

This commit is contained in:
2023-05-14 18:09:29 +01:00
parent 629031ee71
commit 5ae721d25f
3 changed files with 13 additions and 0 deletions

4
CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(bedside_clock)