mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
4 lines
109 B
CMake
4 lines
109 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(empty-project)
|