From e67dc283748da1abc2ed9c404c870bddb1c4d957 Mon Sep 17 00:00:00 2001 From: Kozoriz Date: Wed, 23 Dec 2015 09:10:25 +0200 Subject: CMakeFiles update for security_test working Updated main CMakeFile Updated CMakeFile in security_manager/test/ dir. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e608fbbb1b..d50c1e239c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -383,6 +383,9 @@ endif() include_directories( ${COMPONENTS_DIR}/include ${COMPONENTS_DIR}/protocol/include +if (BUILD_TESTS) + ${COMPONENTS_DIR}/include/test +endif () ) # --- 3rd party libs -- cgit v1.2.1