pw_tokenizer: Add missing CMake dep

Change-Id: I0a1ac7e431eee3f383c36e99b8c3dda0594059c6
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/204316
Pigweed-Auto-Submit: Carlos Chinchilla <cachinchilla@google.com>
Reviewed-by: Armando Montanez <amontanez@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
This commit is contained in:
Carlos Chinchilla 2024-04-19 19:33:35 +00:00 committed by CQ Bot Account
parent 913b39f93a
commit 4d042f415c

View File

@ -36,6 +36,7 @@ pw_add_library(pw_tokenizer STATIC
PUBLIC_INCLUDES
public
PUBLIC_DEPS
pw_base64
pw_containers
pw_result
pw_span