aboutsummaryrefslogtreecommitdiff
path: root/pw_system/backend.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'pw_system/backend.cmake')
-rw-r--r--pw_system/backend.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/pw_system/backend.cmake b/pw_system/backend.cmake
index 940de5f26..297eaff6e 100644
--- a/pw_system/backend.cmake
+++ b/pw_system/backend.cmake
@@ -17,3 +17,6 @@ include($ENV{PW_ROOT}/pw_build/pigweed.cmake)
# The pw_system backend that provides the system RPC server.
pw_add_backend_variable(pw_system.rpc_server_BACKEND)
+
+# The pw_system backend that provides the system target hooks.
+pw_add_backend_variable(pw_system.target_hooks_BACKEND)