2018-09-20 11:26:14 +00:00
|
|
|
# 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)
|
|
|
|
|
2021-07-15 03:37:11 +00:00
|
|
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/system/console/advanced/components
|
2021-07-06 06:14:55 +00:00
|
|
|
$ENV{IDF_PATH}/examples/common_components/iperf
|
|
|
|
$ENV{IDF_PATH}/examples/ethernet/enc28j60/components/eth_enc28j60)
|
2018-09-20 11:26:14 +00:00
|
|
|
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
2019-04-10 08:24:50 +00:00
|
|
|
project(ethernet_iperf)
|