mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 04:40:09 +01:00
4 lines
113 B
CMake
4 lines
113 B
CMake
|
cmake_minimum_required(VERSION 3.16.0)
|
||
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||
|
project(btclock_espidf)
|