Ai_Thinker_ESP32C3_Template/CMakeLists.txt
Yilin Sun d2dcadd9f8
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-07-24 17:07:40 +08:00

7 lines
236 B
CMake

# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(hello_world)