From 3522e94ed09bc8ced9fdcfe4fbaaa628d43a4406 Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Wed, 30 Sep 2020 23:35:22 -0500 Subject: [PATCH] Add gtest lib dir to library search path Change-Id: I57bb20e2a67a4eaac2d0e24314e22d1a5fbe3533 --- tests/rocm_smi_test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rocm_smi_test/CMakeLists.txt b/tests/rocm_smi_test/CMakeLists.txt index e3b9b86a7c..78953c0e03 100755 --- a/tests/rocm_smi_test/CMakeLists.txt +++ b/tests/rocm_smi_test/CMakeLists.txt @@ -176,7 +176,7 @@ aux_source_directory(${RSMITST_ROOT}/functional functionalSources) # Specify the directory containing various libraries of ROCR # to be linked against for building ROC Perf applications # -LINK_DIRECTORIES(${RSMI_LIB_DIR}) +LINK_DIRECTORIES(${RSMI_LIB_DIR} ${GTEST_LIB_DIR}) # # Extend the list of libraries to be used for linking rsmi apps