summaryrefslogtreecommitdiff
path: root/tools/intergen
diff options
context:
space:
mode:
authorAlexander Kutsan (GitHub) <akutsan@luxoft.com>2017-01-05 15:18:10 +0200
committerGitHub <noreply@github.com>2017-01-05 15:18:10 +0200
commitc0201b2eb983eb963f53fc23266c0e5cfae9f708 (patch)
tree8b451b5772dd5d3aed43739ef47fb34b857a7628 /tools/intergen
parent15fc6572395056b43cd6fbf23737048772daa350 (diff)
downloadsdl_core-revert-1144-fix/cmake_files_refactoring.tar.gz
Revert "Fix/cmake files refactoring"revert-1144-fix/cmake_files_refactoring
Diffstat (limited to 'tools/intergen')
-rw-r--r--tools/intergen/test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/intergen/test/CMakeLists.txt b/tools/intergen/test/CMakeLists.txt
index 27d506443e..f8af75c3bf 100644
--- a/tools/intergen/test/CMakeLists.txt
+++ b/tools/intergen/test/CMakeLists.txt
@@ -76,10 +76,10 @@ if (${HMI_DBUS_API})
${CMAKE_SOURCE_DIR}/src/components/dbus/include
${DBUS_INCLUDE_DIRS}
)
- set (LIBRARIES ${LIBRARIES} dbus)
+ set (LIBRARIES ${LIBRARIES} DBus)
set (SOURCES ${SOURCES} generated_interface_dbus_tests.cc)
endif ()
create_test(test_generated_interface "${SOURCES}" "${LIBRARIES}")
-endif()
+endif() \ No newline at end of file