Skip to content

Commit

Permalink
pw_hex_dump: Add rule for pw_hex_dump/log_bytes.h
Browse files Browse the repository at this point in the history
Bug: 357595992
Test: included log_bytes.h successfully
Change-Id: I3b3e34b29ea2bdb3e9388d4c2045b7c729531863
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/227651
Reviewed-by: Carlos Chinchilla <[email protected]>
Commit-Queue: Alan Rosenthal <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
AlanRosenthal authored and CQ Bot Account committed Aug 5, 2024
1 parent b780dd7 commit 3813340
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pw_hex_dump/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 3813340

Please sign in to comment.