Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
7f4a31794e1111393f0bbf3c505c6fced566bd46
/
.
/
subsys
/
bluetooth
/
common
/
CMakeLists.txt
blob: 50d1afe4818c9f468d40c468e159673daa084d8d [
file
] [
log
] [
blame
]
zephyr_library()
zephyr_library_sources(dummy.c)
zephyr_library_sources_ifdef(CONFIG_BT_DEBUG log.c)
zephyr_library_sources_ifdef(CONFIG_BT_RPA rpa.c)
zephyr_library_link_libraries(subsys__bluetooth)