esp-idf/examples/build_system/cmake/linux_host_app/CMakeLists.txt

6 wiersze
132 B
CMake

cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(COMPONENTS main)
project(linux_host_app)