This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-12-01 06:39:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
044de64f5b73f759f9ec03bc12f95fc70a96aa1d
esp-idf
/
examples
/
protocols
/
mqtt
/
ssl_ds
/
main
/
CMakeLists.txt
4 lines
128 B
CMake
Raw
Normal View
History
Unescape
Escape
esp32s2/esp_ds: Added mqtt example for TLS using Digital Signature
2020-07-31 17:12:28 +05:30
idf_component_register
(
SRCS
"app_main.c"
change(examples): explicitly specify component dependencies for examples Currently, several examples do not explicitly state their component dependencies, relying instead on the default behavior that includes all registered components and commonly required ones in the build. Explicitly adding component dependencies can reduce build time when set(COMPONENTS main) is used. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-09-24 14:22:10 +02:00
P
R
I
V
_
R
E
Q
U
I
R
E
S
m
q
t
t
e
s
p
_
n
e
t
i
f
Updated CMakeList.txt for main component of mqtt/ssl_ds.
2023-03-17 16:03:52 +01:00
I
N
C
L
U
D
E
_
D
I
R
S
"
.
"
)
Reference in New Issue
Copy Permalink