Edit

kc3-lang/angle/third_party/OpenCL-CTS/gn/select/BUILD.gn

Branch :

  • Show log

    Commit

  • Author : Shahbaz Youssefi
    Date : 2024-11-13 21:45:38
    Hash : 8134b1cc
    Message : CL: Rename ocl_cts_binary to ocl_cts_source_set Bug: angleproject:372722560 Change-Id: I6dcc033adf199a9d2522921f4bcbfaeb3e10137f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6019866 Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Shahbaz Youssefi <syoussefi@chromium.org>

  • third_party/OpenCL-CTS/gn/select/BUILD.gn
  • # Copyright 2024 The ANGLE Project Authors. All rights reserved.
    # Use of this source code is governed by a BSD-style license that can be
    # found in the LICENSE file.
    
    import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
    
    ocl_cts_source_set("select") {
      include_dirs =
          [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/select" ]
      sources = [
        "$angle_root/third_party/OpenCL-CTS/src/test_conformance/select/test_select.cpp",
        "$angle_root/third_party/OpenCL-CTS/src/test_conformance/select/util_select.cpp",
      ]
    }