mch2022-talktopics/CMakeLists.txt

5 lines
101 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(main)
2022-01-24 21:32:33 +00:00