Files
esp-idf/examples/peripherals/lcd/i2c_oled/CMakeLists.txt
T

7 lines
240 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.16)
2022-01-14 15:02:07 +08:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.
idf_build_set_property(MINIMAL_BUILD ON)
2022-01-14 15:02:07 +08:00
project(i2c_oled)