commit | 89acf60fc96391116a6fd759e25aee2adde50497 | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Mon Jan 06 12:00:20 2020 -0800 |
committer | CQ Bot Account <commit-bot@chromium.org> | Fri Jan 10 00:19:10 2020 +0000 |
tree | 660e9768f19534ca8add1492f93b91de8661c1cf | |
parent | bc254970509fc38a75f137eef15de52ae35f4253 [diff] [blame] |
pw_tokenizer: CMake build Change-Id: I2fef5f7f3a9b5dfb01487ef678aa978875830dc8
diff --git a/CMakeLists.txt b/CMakeLists.txt index 451bf7c..1261810 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -27,5 +27,6 @@ add_subdirectory(pw_span) add_subdirectory(pw_status) add_subdirectory(pw_string) +add_subdirectory(pw_tokenizer) add_subdirectory(pw_unit_test) add_subdirectory(pw_varint)