2018-09-20 07:26:14 -04:00
|
|
|
# The following lines of boilerplate have to be in your project's CMakeLists
|
|
|
|
# in this exact order for cmake to work correctly
|
2022-05-27 04:10:51 -04:00
|
|
|
cmake_minimum_required(VERSION 3.16)
|
2018-09-20 07:26:14 -04:00
|
|
|
|
2021-07-14 23:37:11 -04:00
|
|
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/system/console/advanced/components
|
2021-07-06 02:14:55 -04:00
|
|
|
$ENV{IDF_PATH}/examples/common_components/iperf
|
2022-07-22 11:13:04 -04:00
|
|
|
$ENV{IDF_PATH}/examples/ethernet/basic/components/ethernet_init)
|
2018-09-20 07:26:14 -04:00
|
|
|
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
2019-04-10 04:24:50 -04:00
|
|
|
project(ethernet_iperf)
|