blob: 803ab24f697f546d0d07bf3768a89a2794ad7137 [file] [log] [blame]
Ben Clayton3a3cb362023-08-16 01:05:21 +00001# Copyright 2023 The Tint Authors.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15################################################################################
Ben Clayton57ded6a2023-08-22 13:22:22 +000016# File generated by 'tools/src/cmd/gen' using the template:
Ben Clayton3a3cb362023-08-16 01:05:21 +000017# tools/src/cmd/gen/build/BUILD.cmake.tmpl
18#
Ben Clayton57ded6a2023-08-22 13:22:22 +000019# To regenerate run: './tools/run gen'
20#
21# Do not modify this file directly
Ben Clayton3a3cb362023-08-16 01:05:21 +000022################################################################################
23
Ben Clayton55e6d712023-08-17 16:52:22 +000024################################################################################
Ben Clayton3fe67612023-08-17 18:22:29 +000025# Target: tint_utils_traits
26# Kind: lib
Ben Clayton55e6d712023-08-17 16:52:22 +000027################################################################################
Ben Clayton3fe67612023-08-17 18:22:29 +000028tint_add_target(tint_utils_traits lib
Ben Clayton3a3cb362023-08-16 01:05:21 +000029 utils/traits/traits.cc
30 utils/traits/traits.h
31)
32
Ben Clayton55e6d712023-08-17 16:52:22 +000033################################################################################
Ben Clayton3fe67612023-08-17 18:22:29 +000034# Target: tint_utils_traits_test
35# Kind: test
Ben Clayton55e6d712023-08-17 16:52:22 +000036################################################################################
Ben Clayton3fe67612023-08-17 18:22:29 +000037tint_add_target(tint_utils_traits_test test
Ben Clayton3a3cb362023-08-16 01:05:21 +000038 utils/traits/traits_test.cc
39)
40
Ben Clayton3fe67612023-08-17 18:22:29 +000041tint_target_add_dependencies(tint_utils_traits_test test
42 tint_utils_traits
Ben Clayton3a3cb362023-08-16 01:05:21 +000043)
Ben Clayton7545f952023-08-17 09:53:58 +000044
Ben Clayton3fe67612023-08-17 18:22:29 +000045tint_target_add_external_dependencies(tint_utils_traits_test test
Ben Clayton7545f952023-08-17 09:53:58 +000046 "gtest"
47)