summaryrefslogtreecommitdiff
path: root/src/components/security_manager
diff options
context:
space:
mode:
authorIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-19 18:30:52 +0200
committerIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-25 16:50:56 +0200
commitafab4e4b363767e386a56061e4faf5c45420ad9c (patch)
tree596b537a6baa132aed2f34432220e39d4d7fa0c8 /src/components/security_manager
parenteb38ef6e48440e178f356960b3b08c58f2bd1e28 (diff)
downloadsdl_core-afab4e4b363767e386a56061e4faf5c45420ad9c.tar.gz
Update CMakeLists according rules
Related tasks APPLINK-30588 APPLINK-30974
Diffstat (limited to 'src/components/security_manager')
-rw-r--r--src/components/security_manager/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/security_manager/CMakeLists.txt b/src/components/security_manager/CMakeLists.txt
index b2065b1dbd..88bc1ddab4 100644
--- a/src/components/security_manager/CMakeLists.txt
+++ b/src/components/security_manager/CMakeLists.txt
@@ -32,14 +32,13 @@
include(${CMAKE_SOURCE_DIR}/tools/cmake/helpers/sources.cmake)
include_directories(
- include/
+ ${COMPONENTS_DIR}/security_manager/include/
${COMPONENTS_DIR}/protocol_handler/include/
${COMPONENTS_DIR}/connection_handler/include
${COMPONENTS_DIR}/config_profile/include/
${COMPONENTS_DIR}/utils/include/
${COMPONENTS_DIR}/application_manager/include/
${JSONCPP_INCLUDE_DIRECTORY}
- ${CMAKE_SOURCE_DIR}/src/thirdPartyLibs/jsoncpp/include
${APR_INCLUDE_DIRECTORY}
)