summaryrefslogtreecommitdiff
path: root/tools/intergen
diff options
context:
space:
mode:
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