mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 19:40:04 +00:00
6 lines
202 B
CMake
6 lines
202 B
CMake
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
add_gtest_executable(test_conv_util conv_util.cpp)
|
|
target_link_libraries(test_conv_util PRIVATE utility)
|