mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 19:09:59 +00:00
8 lines
233 B
CMake
8 lines
233 B
CMake
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
add_gtest_executable(unit_sequence unit_sequence.cpp)
|
|
if(result EQUAL 0)
|
|
target_link_libraries(unit_sequence PRIVATE utility)
|
|
endif()
|