led_matrix/CMakeLists.txt

5 lines
108 B
CMake
Raw Normal View History

2024-01-28 19:03:19 +08:00
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
2024-01-31 17:52:23 +08:00
project(led_matrix)