Files
esp-idf/examples/peripherals/h264/CMakeLists.txt
2025-06-12 10:43:18 +08:00

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)