From c49830319ef5d04239cbb3dbd0f795a66f7d02a2 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 5 Sep 2019 20:19:06 -0500 Subject: [PATCH] cmake for roctx test [ROCm/roctracer commit: ad4214f4d21d4c3f788336da9310c1f28edefafb] --- projects/roctracer/test/MatrixTranspose_test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/roctracer/test/MatrixTranspose_test/Makefile b/projects/roctracer/test/MatrixTranspose_test/Makefile index 35f4d3d419..06aec81b84 100644 --- a/projects/roctracer/test/MatrixTranspose_test/Makefile +++ b/projects/roctracer/test/MatrixTranspose_test/Makefile @@ -1,7 +1,6 @@ ROOT_PATH = ../.. LIB_PATH = $(ROOT_PATH)/build -LIB_NAME = roctracer64 -ROC_LIBS = -L$(LIB_PATH) -l$(LIB_NAME) +ROC_LIBS = -L$(LIB_PATH) -lroctracer64 -lroctx64 EXECUTABLE = ./MatrixTranspose SOURCES = MatrixTranspose.cpp