From d1308d1c87ff7176258fe43d14e70f04894e0494 Mon Sep 17 00:00:00 2001 From: Andriy Byzhynar Date: Wed, 27 Jun 2018 14:53:12 +0300 Subject: Initial implementation of Low Voltage feature Implemented Low Voltage feature based on POSIX real-time signals --- src/components/application_manager/test/commands/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/application_manager/test/commands/CMakeLists.txt') diff --git a/src/components/application_manager/test/commands/CMakeLists.txt b/src/components/application_manager/test/commands/CMakeLists.txt index 165b5fc0fb..33258e60db 100644 --- a/src/components/application_manager/test/commands/CMakeLists.txt +++ b/src/components/application_manager/test/commands/CMakeLists.txt @@ -35,6 +35,7 @@ include_directories( ${COMPONENTS_DIR}/application_manager/include/ ${COMPONENTS_DIR}/application_manager/include/application_manager/ ${COMPONENTS_DIR}/application_manager/include/application_manager/commands/ + ${CMAKE_SOURCE_DIR}/src ) set(COMMANDS_TEST_DIR ${AM_TEST_DIR}/commands) -- cgit v1.2.1