Add gtest lib dir to library search path

Change-Id: I57bb20e2a67a4eaac2d0e24314e22d1a5fbe3533


[ROCm/amdsmi commit: 3522e94ed0]
This commit is contained in:
Chris Freehill
2020-09-30 23:35:22 -05:00
rodzic eca48bfd0b
commit e775527ffc
@@ -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