mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
3fd37d0b59
The way the adc_dma_demo data was formatted caused it go get parsed as markdown syntax. Changed it be more "human" readable as well as put all ADC examples in a common folder
7 lines
228 B
CMake
7 lines
228 B
CMake
# The following lines of boilerplate have to be in your project's CMakeLists
|
|
# in this exact order for cmake to work correctly
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(adc2)
|