mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 10:06:51 +00:00
8 lines
204 B
CMake
8 lines
204 B
CMake
# The following lines of boilerplate have to be in your project's
|
|
# CMakeLists.txt file.
|
|
|
|
cmake_minimum_required(VERSION 3.16)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(esp_h264_example)
|