diff --git a/pw_hex_dump/CMakeLists.txt b/pw_hex_dump/CMakeLists.txt index 090b986279..b1ba7383e2 100644 --- a/pw_hex_dump/CMakeLists.txt +++ b/pw_hex_dump/CMakeLists.txt @@ -27,3 +27,13 @@ pw_add_library(pw_hex_dump STATIC pw_status ) +pw_add_library(pw_hex_dump.log_bytes INTERFACE + HEADERS + public/pw_hex_dump/log_bytes.h + PUBLIC_INCLUDES + public + PUBLIC_DEPS + pw_bytes + pw_hex_dump + pw_log +)