diff options
author | Ivo Stoilov (GitHub) <istoilov@luxoft.com> | 2017-01-19 18:30:52 +0200 |
---|---|---|
committer | Ivo Stoilov (GitHub) <istoilov@luxoft.com> | 2017-01-25 16:50:56 +0200 |
commit | afab4e4b363767e386a56061e4faf5c45420ad9c (patch) | |
tree | 596b537a6baa132aed2f34432220e39d4d7fa0c8 /src/components/resumption | |
parent | eb38ef6e48440e178f356960b3b08c58f2bd1e28 (diff) | |
download | sdl_core-afab4e4b363767e386a56061e4faf5c45420ad9c.tar.gz |
Update CMakeLists according rules
Related tasks APPLINK-30588 APPLINK-30974
Diffstat (limited to 'src/components/resumption')
-rw-r--r-- | src/components/resumption/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/resumption/CMakeLists.txt b/src/components/resumption/CMakeLists.txt index a3034293a0..a2c93b0689 100644 --- a/src/components/resumption/CMakeLists.txt +++ b/src/components/resumption/CMakeLists.txt @@ -31,7 +31,7 @@ include(${CMAKE_SOURCE_DIR}/tools/cmake/helpers/sources.cmake) include_directories ( - include + ${COMPONENTS_DIR}/resumption/include ${COMPONENTS_DIR}/utils/include/ ${COMPONENTS_DIR}/config_profile/include/ ${JSONCPP_INCLUDE_DIRECTORY} |