Files
rocm-systems/projects/hip-tests/catch/ABM/AddKernels/CMakeLists.txt
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
214 B
CMake
Raw Normal View History

# Common Tests - Test independent of all platforms
set(TEST_SRC
add.cc
)
hip_add_exe_to_target(NAME ABMAddKernels
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME build_tests)