aboutsummaryrefslogtreecommitdiff
path: root/pw_sys_io
diff options
context:
space:
mode:
authorEwout van Bekkum <ewout@google.com>2022-11-09 17:40:41 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-09 17:40:41 +0000
commitb7088f6833e8142e8d3c5da5d489f912ec85284d (patch)
treeab485e892d43ccb00c60ccb2a4965303acbb88a7 /pw_sys_io
parentc8a728ea49df3c071efd908e9882075af4a1d2e4 (diff)
downloadpigweed-b7088f6833e8142e8d3c5da5d489f912ec85284d.tar.gz
pw_build/cmake: Rename pw_add_facade to pw_add_module_facade
Renames pw_add_facade which is specific to upstream Pigweed modules to be named pw_add_module_facade instead to mirror pw_add_module_library's naming. This naming may not be final, however makes it possible to enable a generic facade function which is usable in downstream projects. Change-Id: Ied33f81a869659bad4d55f9ce1dd59246e659fce Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/117411 Pigweed-Auto-Submit: Ewout van Bekkum <ewout@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'pw_sys_io')
-rw-r--r--pw_sys_io/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_sys_io/CMakeLists.txt b/pw_sys_io/CMakeLists.txt
index f3c6be00d..056628375 100644
--- a/pw_sys_io/CMakeLists.txt
+++ b/pw_sys_io/CMakeLists.txt
@@ -14,7 +14,7 @@
include($ENV{PW_ROOT}/pw_build/pigweed.cmake)
-pw_add_facade(pw_sys_io
+pw_add_module_facade(pw_sys_io
HEADERS
public/pw_sys_io/sys_io.h
PUBLIC_INCLUDES