Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b867f0e8a629880e9a1536c084d8f3785a42754b
/
.
/
subsys
/
net
/
lib
/
conn_mgr
/
CMakeLists.txt
blob: 7bb98d963c787b5c75f826fe4a78639cc107a486 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(.)
zephyr_library()
zephyr_library_sources(
conn_mgr.c
events_handler.c
)