CMakeLists.txt 115 Bytes
Newer Older
1
2
add_gtest_executable(test_host_tensor test_host_tensor.cpp)
target_link_libraries(test_host_tensor PRIVATE utility)