File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
components/esp_websocket_client/examples/linux Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.5 )
2
2
3
- set (COMPONENTS esp_websocket_client main )
3
+ include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
4
+
4
5
set (common_component_dir ../../../../common_components )
5
6
set (EXTRA_COMPONENT_DIRS
6
- ../../..
7
+ ../..
7
8
"${common_component_dir} /linux_compat/esp_timer"
8
9
"${common_component_dir} /linux_compat"
9
- "${common_component_dir} /linux_compat/freertos" )
10
-
11
- list (APPEND EXTRA_COMPONENT_DIRS $ENV{IDF_PATH} /examples/protocols/linux_stubs/esp_stubs )
12
- include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
10
+ "${common_component_dir} /linux_compat/freertos"
11
+ $ENV{IDF_PATH} /examples/protocols/linux_stubs/esp_stubs
12
+ $ENV{IDF_PATH} /examples/common_components/protocol_examples_common )
13
13
14
+ set (COMPONENTS main )
14
15
project (websocket )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments