forked from espressif/esp-idf
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)
|