summaryrefslogtreecommitdiff
path: root/src/components/telemetry_monitor
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/telemetry_monitor
parenteb38ef6e48440e178f356960b3b08c58f2bd1e28 (diff)
downloadsdl_core-afab4e4b363767e386a56061e4faf5c45420ad9c.tar.gz
Update CMakeLists according rules
Related tasks APPLINK-30588 APPLINK-30974
Diffstat (limited to 'src/components/telemetry_monitor')
-rw-r--r--src/components/telemetry_monitor/CMakeLists.txt2
-rw-r--r--src/components/telemetry_monitor/test/CMakeLists.txt6
2 files changed, 3 insertions, 5 deletions
diff --git a/src/components/telemetry_monitor/CMakeLists.txt b/src/components/telemetry_monitor/CMakeLists.txt
index 5e03a979a8..8e55c338f0 100644
--- a/src/components/telemetry_monitor/CMakeLists.txt
+++ b/src/components/telemetry_monitor/CMakeLists.txt
@@ -31,7 +31,7 @@
include(${CMAKE_SOURCE_DIR}/tools/cmake/helpers/sources.cmake)
include_directories (
- include
+ ${COMPONENTS_DIR}/telemetry_monitor/include/
${COMPONENTS_DIR}/utils/include/
${COMPONENTS_DIR}/protocol_handler/include/
${COMPONENTS_DIR}/connection_handler/include/
diff --git a/src/components/telemetry_monitor/test/CMakeLists.txt b/src/components/telemetry_monitor/test/CMakeLists.txt
index ea2698dfb2..107a92d614 100644
--- a/src/components/telemetry_monitor/test/CMakeLists.txt
+++ b/src/components/telemetry_monitor/test/CMakeLists.txt
@@ -65,15 +65,13 @@ set(LIBRARIES
)
if (BUILD_USB_SUPPORT)
- list(APPEND testLibraries Libusb-1.0.16)
+ list(APPEND LIBRARIES Libusb-1.0.16)
endif()
if (BUILD_BT_SUPPORT)
- list(APPEND testLibraries bluetooth)
+ list(APPEND LIBRARIES bluetooth)
endif()
create_test("telemetry_monitor_test" "${SOURCES}" "${LIBRARIES}")
file(COPY ${COMPONENTS_DIR}/telemetry_monitor/test/log4cxx.properties DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
-
-