From: 박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 Date: Mon, 9 Apr 2018 01:36:32 +0000 (+0900) Subject: Introduce NNFW_GTEST_LIBS for test programs (#497) X-Git-Tag: 0.1~390 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d25584649a952ba68e9da0c7089f6d81646d9221;p=platform%2Fcore%2Fml%2Fnnfw.git Introduce NNFW_GTEST_LIBS for test programs (#497) This will introduce NNFW_GTEST_LIBS variables having gtest libraries for test programs Signed-off-by: SaeHie Park --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4697b3b..b4dfe61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,6 +118,8 @@ if("${TARGET_OS}" STREQUAL "tizen" AND BUILD_IS_NATIVE) include_directories(${GTEST_INCLUDE_DIR}) endif() +# gtest libs +set(NNFW_GTEST_LIBS libgtest.a libgtest_main.a pthread) add_subdirectory(externals) add_subdirectory(tools)