Add gtest lib dir to library search path

Change-Id: I57bb20e2a67a4eaac2d0e24314e22d1a5fbe3533
Этот коммит содержится в:
Chris Freehill
2020-09-30 23:35:22 -05:00
родитель 4ed1c1d492
Коммит 3522e94ed0
+1 -1
Просмотреть файл
@@ -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