esp-idf/examples/ethernet/iperf/CMakeLists.txt

11 wiersze
488 B
CMake
Czysty Zwykły widok Historia

# 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)
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/system/console/advanced/components
$ENV{IDF_PATH}/examples/common_components/iperf
$ENV{IDF_PATH}/examples/ethernet/enc28j60/components/eth_enc28j60)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
2019-04-10 08:24:50 +00:00
project(ethernet_iperf)