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