[tint][build] Add CMake target names to BUILD.cmake
As comments next to the targets.
Change-Id: I378e55e57f6b79c4a5e6dc84cb9cca873378ac2c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/147520
Auto-Submit: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
diff --git a/src/tint/utils/memory/BUILD.cmake b/src/tint/utils/memory/BUILD.cmake
index 2975e5c..0b37c1a 100644
--- a/src/tint/utils/memory/BUILD.cmake
+++ b/src/tint/utils/memory/BUILD.cmake
@@ -20,6 +20,9 @@
# Do not modify this file directly
################################################################################
+################################################################################
+# CMake target: 'tint_utils_memory'
+################################################################################
tint_add_target("utils/memory"
utils/memory/bitcast.h
utils/memory/block_allocator.h
@@ -31,6 +34,9 @@
"utils/math"
)
+################################################################################
+# CMake target: 'tint_utils_memory_test'
+################################################################################
tint_add_target("utils/memory:test"
utils/memory/bitcast_test.cc
utils/memory/block_allocator_test.cc