This website requires JavaScript.
Explore
Help
Sign In
pioduino
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9d1a4ebac40c035270500415f6567da170b70f21
esp-idf
/
examples
/
bluetooth
/
nimble
/
blecent
/
main
/
CMakeLists.txt
T
5 lines
99 B
CMake
Raw
Normal View
History
Unescape
Escape
NimBLE: Reorganized nimble examples structure to avoid repetition of files.
2022-08-25 12:01:52 +05:30
set
(
srcs
"main.c"
)
idf_component_register
(
SRCS
"${srcs}"
INCLUDE_DIRS
"."
)
Reference in New Issue
Copy Permalink