We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c17ef commit bd6b66dCopy full SHA for bd6b66d
components/eppp_link/examples/host/CMakeLists.txt
@@ -1,7 +1,6 @@
1
# The following four lines of boilerplate have to be in your project's CMakeLists
2
# in this exact order for cmake to work correctly
3
cmake_minimum_required(VERSION 3.16)
4
-set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/iperf)
5
6
7
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
components/eppp_link/examples/host/main/idf_component.yml
@@ -1,4 +1,5 @@
dependencies:
+ espressif/iperf-cmd: "^0.1.1"
espressif/eppp_link:
version: "*"
override_path: "../../.."
0 commit comments